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