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