declare const _default: { new = import("uniforms").ValidatedFormProps, State extends import("uniforms").ValidatedFormState = import("uniforms").ValidatedFormState>(props: Props): { validate: (key?: string, value?: unknown) => Promise; validateModel: (originalModel: any) => Promise; getContextError(): import("uniforms").Context["error"]; getContext(): import("uniforms").Context; getNativeFormProps(): { [key: string]: unknown; children?: import("react").ReactNode; id?: string; key: string; noValidate: boolean; onSubmit: (event?: import("react").SyntheticEvent) => Promise; }; componentDidUpdate(prevProps: Props, prevState: State, snapshot: never): void; onChange(key: string, value: unknown): void; __reset(state: State): Partial; onSubmit(event?: import("react").SyntheticEvent): Promise; onValidate(key?: string, value?: unknown): Promise; onValidateModel(originalModel: Props["model"]): Promise; componentDidMount(): void; componentWillUnmount(): void; delayId?: ReturnType | undefined; mounted: boolean; reset: () => void; change: (key: string, value: unknown) => void; submit: (event?: import("react").SyntheticEvent) => Promise; randomId: () => string; getContextName(): import("uniforms").Context["name"]; getContextModel(): Model; getContextState(): import("uniforms").Context["state"]; getContextSchema(): import("uniforms").Context["schema"]; getContextOnChange(): import("uniforms").Context["onChange"]; getContextOnSubmit(): import("uniforms").Context["onSubmit"]; getModel(mode?: import("uniforms").ModelTransformMode, model?: Model | undefined): Model; onReset(): void; render(): import("react").JSX.Element; context: unknown; setState(state: State | ((prevState: Readonly, props: Readonly) => State | Pick | null) | Pick | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly; state: Readonly; refs: { [key: string]: import("react").ReactInstance; }; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; }; Validated: typeof import("uniforms").Validated; displayName: string; defaultProps: { onValidate(model: unknown, error: unknown): unknown; validate: string; autosave: boolean; autosaveDelay: number; error: null; model: any; noValidate: boolean; onSubmit(): void; }; contextType?: import("react").Context | undefined; } & { new = import("uniforms").QuickFormProps, State extends import("uniforms").QuickFormState = import("uniforms").QuickFormState>(props: Props): { getNativeFormProps(): { [key: string]: unknown; children?: import("react").ReactNode; id?: string; key: string; noValidate: boolean; onSubmit: (event?: import("react").SyntheticEvent) => Promise; }; getAutoField(): import("react").ComponentType<{ name: string; }>; getErrorsField(): import("react").ComponentType; getSubmitField(): import("react").ComponentType; componentDidMount(): void; componentDidUpdate(prevProps: Props, prevState: State, snapshot: never): void; componentWillUnmount(): void; delayId?: ReturnType | undefined; mounted: boolean; reset: () => void; change: (key: string, value: unknown) => void; submit: (event?: import("react").SyntheticEvent) => Promise; randomId: () => string; getContext(): import("uniforms").Context; getContextName(): import("uniforms").Context["name"]; getContextError(): import("uniforms").Context["error"]; getContextModel(): Model; getContextState(): import("uniforms").Context["state"]; getContextSchema(): import("uniforms").Context["schema"]; getContextOnChange(): import("uniforms").Context["onChange"]; getContextOnSubmit(): import("uniforms").Context["onSubmit"]; getModel(mode?: import("uniforms").ModelTransformMode, model?: Model | undefined): Model; onChange(key: string, value: unknown): void; __reset(state: State): Partial; onReset(): void; onSubmit(event?: import("react").SyntheticEvent): Promise; render(): import("react").JSX.Element; context: unknown; setState(state: State | ((prevState: Readonly, props: Readonly) => State | Pick | null) | Pick | null, callback?: (() => void) | undefined): void; forceUpdate(callback?: (() => void) | undefined): void; readonly props: Readonly; state: Readonly; refs: { [key: string]: import("react").ReactInstance; }; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: import("react").ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly): any; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly, nextContext: any): void; }; Quick: typeof import("uniforms").Quick; displayName: string; defaultProps: { autosave: boolean; autosaveDelay: number; error: null; model: any; noValidate: boolean; onSubmit(): void; }; contextType?: import("react").Context | undefined; } & typeof import("uniforms").BaseForm; export default _default; //# sourceMappingURL=ValidatedQuickForm.d.ts.map