import { BigIntDuo } from '../utils'; interface Props { width: number; height: number; margin: number; bounds: BigIntDuo; ticks?: number; timeUnit?: string; elevateGuideLines?: boolean; } export declare const TimelineGuide: ({ bounds, width, height, margin, ticks, timeUnit, elevateGuideLines, }: Props) => JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map