import { MarkComponent as MC } from '../runtime'; import { PathMark } from '../spec'; export type PathOptions = Omit; /** * Draw a path. */ export declare const Path: MC;