/** * It is the UI on the leftmost. The buttons bar */ import React from 'react'; declare const AppControlBar: React.FC<{ children: React.ReactNode; }>; export default AppControlBar; //# sourceMappingURL=AppControlBar.d.ts.map