import type { ClientComponentProps, FieldPaths, ServerComponentProps } from 'payload'; import React from 'react'; import type { AdapterArguments } from '../types.js'; /** * @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 RscEntrySlateField: React.FC<{ args: AdapterArguments; } & ClientComponentProps & Pick & ServerComponentProps>; //# sourceMappingURL=rscEntry.d.ts.map