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