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