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