import React from 'react'; import './index.less'; export interface OperBarProp { } declare const OperBar: React.FC; export default OperBar;