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