import type { DisplayObject } from '../../../shapes'; import type { SeriesAttr } from '../../../util'; import type { AxisStyleProps } from '../types'; export declare function boundTest(items: T[], attr: AxisStyleProps, margin?: SeriesAttr): T[];