import { type ElementType } from 'react'; import type { ActionGroupProps } from './types'; export declare const ActionGroup: (props: ActionGroupProps) => JSX.Element;