import type { FieldType, Options } from './types';
/**
 * Get and set the value of a form field.
 *
 * @see https://payloadcms.com/docs/admin/hooks#usefield
 */
declare const useField: <T>(options: Options) => FieldType<T>;
export default useField;
//# sourceMappingURL=index.d.ts.map