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