import { FormBottomPropsActionsProps } from '../../types'; export declare const FormFooterActions: (props: FormBottomPropsActionsProps & { isDisabled?: boolean; }) => import("react/jsx-runtime").JSX.Element;