import React, { ReactElement } from 'react'; import { ActionSubitem } from '../ActionControl/ActionSubItemProps'; export type PrimaryActionsElement = ReactElement; export declare function PrimaryActions({ subItems, ...props }: ActionSubitem): React.JSX.Element; //# sourceMappingURL=PrimaryActions.d.ts.map