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