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