import type { PlotAxisGenTicks, PlotAxisTickFormat } from "./axes"; type GenTimeTicksOpts = { timeZone?: string; space?: number; }; export declare const genTimeTicks: ({ timeZone, space, }: GenTimeTicksOpts) => PlotAxisGenTicks; type MakeTimeTickFormatOpts = { timeZone?: string; locale?: string; showTimezone?: boolean; }; export declare const makeTimeTickFormat: ({ timeZone, locale, showTimezone, }: MakeTimeTickFormatOpts) => PlotAxisTickFormat; export {}; //# sourceMappingURL=time.d.ts.map