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