import { ComponentType } from 'react'; export declare function useDynForm(definition: any, view: string, props: any, context?: any): [Function, ComponentType, { isSubmitting: boolean; }, any]; export default useDynForm; //# sourceMappingURL=useDynForm.d.ts.map