import React from 'react'; import type { PatternsFieldType } from '@wix/bex-core'; export interface FieldCellProps { value?: unknown; type: PatternsFieldType; /** Stable id for cells that render WDS Tags (document, multi-document). */ fieldId?: string; } declare function _FieldCell(props: FieldCellProps): React.JSX.Element; export declare const FieldCell: typeof _FieldCell & { displayName: string; }; export {}; //# sourceMappingURL=FieldCell.d.ts.map