/// import './style/index.less'; import type { IToolbarComponentProps } from './interface'; export * from './interface'; export declare const DEFAULT_ACTIONS_LIST: string[]; export declare const Toolbar: { (props: IToolbarComponentProps): JSX.Element; componentName: string; }; export default Toolbar;