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