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-runtime.js").JSX.Element | null; export {};