/// import { TableFilterIncludeExclude } from '../tables/types'; import { FormFieldsObj, FormProps } from './types'; export declare function Form({ children, useForm: parentUseForm, onSubmit, errors, fields, submitButton, action, method, target, name, nodeRef, ...sectionProps }: FormProps): JSX.Element; export declare function useFormError(name: string): any; export declare function createIncludeFilter(label: string, value: any): TableFilterIncludeExclude; //# sourceMappingURL=Form.d.ts.map