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