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