import React from 'react';
import type { ActionBarProps } from './types';
export declare function ActionBar({ icon, action, secondaryAction, messageDisplay, children, 'data-tag': dataTag, id, }: ActionBarProps): React.JSX.Element;
