/// import './index.scss'; declare const RemoteCommand: { (): JSX.Element; defaultProps: { name: string; }; }; export default RemoteCommand;