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