import type { ForwardRefForwardPropsComponent } from '@pega/cosmos-react-core'; import type { RichTextEditorProps } from './RichTextEditor.types'; declare const RichTextEditor: ForwardRefForwardPropsComponent; export default RichTextEditor; //# sourceMappingURL=RichTextEditor.d.ts.map