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