interface Props { size?: number; [key: string]: any; } declare const IconCakeFill: import("svelte").Component; type IconCakeFill = ReturnType; export default IconCakeFill;