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