import type { JSXElement, PathProps } from '../types'; export declare function Path(props: PathProps): JSXElement;