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