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