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