import { ActionBarProps } from '../types'; declare const ActionBar: (props: ActionBarProps) => JSX.Element; export default ActionBar;