import { ShapeComponent as SC } from '../../runtime'; export type PathOptions = { [key: string]: any; }; /** * A hollow path. */ export declare const Hollow: SC<PathOptions>;