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