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