import React from 'react'; import type { TextEditorProps } from './TextEditor.types'; export declare const CKTextEditor: (props: Readonly) => React.JSX.Element | null;