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