import React from 'react'; export interface FormActionsProps extends React.HTMLAttributes { } export declare const FormActions: (props: FormActionsProps) => React.JSX.Element;