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