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