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