import React from 'react'; import { ActionSubitem } from '../ActionControl/ActionSubItemProps'; export interface ToolbarSecondaryActionsProps { /** * The secondary actions to display in the toolbar. * @overrideType [ActionSubitem[]](./?path=/story/common-types--actionsubitem) | [ActionSubitem[][]](./?path=/story/common-types--actionsubitem) * @external */ items: ActionSubitem[]; } export declare function ToolbarSecondaryActions({ items, }: ToolbarSecondaryActionsProps): React.JSX.Element; //# sourceMappingURL=ToolbarSecondaryActions.d.ts.map