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