import React from 'react'; import { FormEntryProps } from '../text-field/types'; export declare const FormEntry: ({ name, rules, children }: FormEntryProps) => React.ReactElement>; //# sourceMappingURL=form-entry.d.ts.map