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