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