import { ScaleLinear, ScaleTime } from 'd3-scale'; interface AnnotationsAxisProps { scale: ScaleTime | ScaleLinear; width: number; height: number; labelsOffset: number; } export declare const AnnotationsAxis: ({ scale, width, height, labelsOffset, }: AnnotationsAxisProps) => import("react").JSX.Element | null; export {}; //# sourceMappingURL=AnnotationsAxis.d.ts.map