import type { CellComponentProps, RichTextField } from 'mzinga/types'; import React from 'react'; import type { AdapterArguments } from '../types'; declare const RichTextCell: React.FC, any>>; export default RichTextCell; //# sourceMappingURL=index.d.ts.map