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