| 1234 |
- 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<AxisStyleProps>, animate: StandardAnimationOption): import("../../../animation").AnimationResult[];
|