import React from 'react'; interface IProps { } export declare const MainCommandBar: React.FunctionComponent; export {};