import { IconProps } from '../lib';
declare function Command(props: IconProps): JSX.Element;
export default Command;
