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