import { ScalePoint as D3ScalePoint } from 'd3-scale'; import { ComputedSerieAxis, ScalePoint, ScalePointSpec, StringValue } from './types'; export declare const createPointScale: (_spec: ScalePointSpec, data: ComputedSerieAxis, size: number) => ScalePoint; export declare const castPointScale: (scale: D3ScalePoint) => ScalePoint; //# sourceMappingURL=pointScale.d.ts.map