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