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