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