import React from 'react'; import type { Field } from '@wix/bex-core'; import type { Control } from '@wix/bex-core/form'; export interface EntityPageReferenceFieldProps { field: Field; formControl: Control; data: Record; } declare function _EntityPageReferenceField({ field, formControl, data, }: EntityPageReferenceFieldProps): React.JSX.Element | null; export declare const EntityPageReferenceField: typeof _EntityPageReferenceField & { displayName: string; }; export {}; //# sourceMappingURL=EntityPageReferenceField.d.ts.map