import React from 'react'; import { PageComponent } from "../../types/index"; export declare const createFormField: (config?: {}) => { FormFieldComponent: { new (props: Readonly any; }>>): { fields: {}; validate: boolean; name: any; updateFieldItem(item: any): void; removeFiledItem(item: any): void; checkValidate(): boolean; getFormData(): any; componentWillUnmount(): void; render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly any; }>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly any; }>> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly any; }>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly any; }>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly any; }>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly any; }>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): void; }; new (props: PageComponent<{ onValidateChange: (boolean: any) => any; }>, context?: any): { fields: {}; validate: boolean; name: any; updateFieldItem(item: any): void; removeFiledItem(item: any): void; checkValidate(): boolean; getFormData(): any; componentWillUnmount(): void; render(): JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly any; }>>) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly any; }>> & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): boolean; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly any; }>>, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly any; }>>, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly any; }>>, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly any; }>>, nextContext: any): void; componentWillUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly any; }>>, nextState: Readonly<{}>, nextContext: any): void; }; contextType?: React.Context; }; formFieldItem_middle: ({ config, componentInstance, interrupt }: { config: any; componentInstance: any; interrupt: any; }) => (next: any) => (params: any) => void; };