/// import { IconProps } from '../../types'; declare const Command: (allProps: IconProps) => JSX.Element; export default Command;