import type { DefaultServerCellComponentProps, Payload } from 'payload'; import { type I18nClient } from '@payloadcms/translations'; import React from 'react'; /** * @deprecated - slate will be removed in 4.0. Please [migrate our new, lexical-based rich text editor](https://payloadcms.com/docs/rich-text/migration#migrating-from-slate). */ export declare const RscEntrySlateCell: React.FC<{ i18n: I18nClient; payload: Payload; } & DefaultServerCellComponentProps>; //# sourceMappingURL=rscEntry.d.ts.map