import { ActionBarButtonActionItem } from '../ActionBar.types.js';
interface ActionBarOverflowMenuProps {
    actions: ActionBarButtonActionItem[];
}
/**
 * Mobile overflow menu for non-primary actions
 * @internal
 */
export declare const ActionBarOverflowMenu: ({ actions, }: ActionBarOverflowMenuProps) => import("react/jsx-runtime").JSX.Element;
export {};
