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