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