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