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