import React from 'react'; import { ActionBarProps } from './PropsType'; declare const ActionBar: React.FC; export default ActionBar;