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