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