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