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