import React from 'react'; import { WrappedFormUtils } from 'antd/lib/form/Form'; export declare const ContactForm: import("antd/lib/form/interface").ConnectedComponentClass<{ new (props: { form: WrappedFormUtils; } | Readonly<{ form: WrappedFormUtils; }>): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly<{ form: WrappedFormUtils; }>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly<{ form: WrappedFormUtils; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly<{ form: WrappedFormUtils; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly<{ form: WrappedFormUtils; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: { form: WrappedFormUtils; }, context: any): { render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly<{ form: WrappedFormUtils; }>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly<{ form: WrappedFormUtils; }> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly<{ form: WrappedFormUtils; }>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly<{ form: WrappedFormUtils; }>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly<{ form: WrappedFormUtils; }>, nextState: Readonly<{}>, nextContext: any): void; }; contextType?: React.Context; }, import("antd/lib/_util/type").Omit, "form">>;