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