import { PointScale as PointScaleSpec } from '../spec'; import { ScaleComponent as SC } from '../runtime'; export type PointOptions = Omit<PointScaleSpec, 'type'>; export declare const Point: SC<PointOptions>;