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