import { createElement as h } from 'preact/compat';
export type IPathProps = {
    d: string;
    [key: string]: any;
};
export declare function Path(props: IPathProps): h.JSX.Element;
export default Path;
