import React from 'react'; import { CustomFieldType } from '@wix/bex-core'; interface FieldProps { dataHook?: string; type: CustomFieldType; children: React.ReactNode; } export declare const Field: ({ dataHook, type, children }: FieldProps) => JSX.Element; export {}; //# sourceMappingURL=Field.d.ts.map