import { FormOptions, FormType } from '../../../interfaces'; export interface FormSettingsProps { form: Partial; onSubmit?: Function; options?: FormOptions; } export declare function FormSettings(props: FormSettingsProps): import("react/jsx-runtime").JSX.Element;