import React from 'react'; import type { FormProps } from '@alifd/next/types/form'; declare const Form: React.ForwardRefExoticComponent> & import("hoist-non-react-statics").NonReactStatics & { Item: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass & { _typeMark: string; }; Error: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass unknown[]; render(): React.JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, prevState: Readonly<{}>, snapshot?: any): void; 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; }, {}> & { _typeMark: string; }; Submit: typeof import("@alifd/next/types/form/submit").default; Reset: typeof import("@alifd/next/types/form/reset").default; }, {}>; export default Form; export declare const FormSubmit: typeof import("@alifd/next/types/form/submit").default; export declare const FormReset: typeof import("@alifd/next/types/form/reset").default; export declare const FormItem: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass & { _typeMark: string; }; export declare const FormError: import("@alifd/next/types/config-provider/types").ConfiguredComponentClass unknown[]; render(): React.JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, prevState: Readonly<{}>, snapshot?: any): void; 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; }, {}> & { _typeMark: string; }; export type { FormProps, ItemProps as FormItemProps, SubmitProps as FormSubmitProps, ResetProps as FormResetProps, ErrorProps as FormErrorProps, } from '@alifd/next/types/form';