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