import type { StandardAnimationOption } from '../../../animation'; import type { DisplayObject } from '../../../shapes'; import type { Selection } from '../../../util'; import type { AxisDatum, AxisStyleProps } from '../types'; export declare function renderLabels(container: Selection, data: AxisDatum[], attr: Required, animate: StandardAnimationOption, main: DisplayObject): import("@antv/g").IAnimation[];