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