import { ShapeComponent as SC } from '../../runtime';
export type PointOptions = Record<string, any>;
/**
 * ●
 */
export declare const Point: SC<PointOptions>;
