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