import { TdFormItemProps, TdFormProps } from './type'; import './style/index.js'; export * from './type'; export * from './hooks/interface'; export type FormProps = TdFormProps; export type FormItemProps = TdFormItemProps; export declare const Form: import("react").FunctionComponent>> & { useForm: typeof import("./hooks/useForm").default; useWatch: typeof import("./hooks/useWatch").default; FormItem: import("react").ForwardRefExoticComponent>; }; export declare const FormItem: import("react").ForwardRefExoticComponent>; export default Form;