import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Underline: import("svelte").Component; type Underline = ReturnType; export default Underline; //# sourceMappingURL=underline.svelte.d.ts.map