import * as React from 'react'; declare function Command(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Command; export default Command;