import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconLinkSimpleHorizontalBreakBold: import("svelte").Component<$$ComponentProps, {}, "">; type IconLinkSimpleHorizontalBreakBold = ReturnType; export default IconLinkSimpleHorizontalBreakBold;