import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const UnderlineIcon: import("svelte").Component<Props, {}, "">;
type UnderlineIcon = ReturnType<typeof UnderlineIcon>;
export default UnderlineIcon;
