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