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