import type { HTMLElementProps } from '../types';
declare const Path: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Path = ReturnType<typeof Path>;
export default Path;
