export interface IJoditEditorProps { value?: string; config?: any; tabIndex?: any; onBlur?: (content: string) => void; onChange?: (content: string) => void; } declare const getJoditEditor: () => Promise; declare const getJodit: () => Promise; declare const JoditEditor: any; export default JoditEditor; export { getJoditEditor, getJodit }; export declare const Jodit: any;