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