import type { DefaultOutput } from '../types/Base'; import type { PickScaleConfigWithoutType } from '../types/ScaleConfig'; export declare const updateTimeScale: (scale: import("@visx/vendor/d3-scale").ScaleTime, config?: Omit, "type"> | undefined) => import("@visx/vendor/d3-scale").ScaleTime; export default function createTimeScale(config?: PickScaleConfigWithoutType<'time', Output>): import("@visx/vendor/d3-scale").ScaleTime; //# sourceMappingURL=time.d.ts.map