import type { DefaultOutput, StringLike } from '../types/Base'; import type { PickScaleConfigWithoutType } from '../types/ScaleConfig'; export declare const updatePointScale: (scale: import("@visx/vendor/d3-scale").ScalePoint, config?: Omit, "type"> | undefined) => import("@visx/vendor/d3-scale").ScalePoint; export default function createPointScale(config?: PickScaleConfigWithoutType<'point', DefaultOutput, DiscreteInput>): import("@visx/vendor/d3-scale").ScalePoint; //# sourceMappingURL=point.d.ts.map