import type { IconProps } from './icon.context.js'; declare const UnderlineIcon: import("svelte").Component; type UnderlineIcon = ReturnType; export default UnderlineIcon;