import { type ElementType } from 'react'; import type { SecondaryActionProps } from '../../../../ActionGroup'; export declare const SecondaryActions: ({ actions, isDisabled, }: SecondaryActionProps) => JSX.Element;