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