import { ContainerType } from './Container'; import { DataRange } from './DataRange'; export declare const AxisLabels: (container: ContainerType, dataRange: DataRange) => { createSetVisibilityGate: () => (isOn: boolean) => void; setRangeViewOnly: (rangeOnly: boolean) => void; }; export type AxisLabels = ReturnType; //# sourceMappingURL=AxisLabels.d.ts.map