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