import * as React from 'react'; import type { GlobalToken } from 'antd'; import { IEditorProps } from '../typing'; export declare function capitalizeFirstLetter(str: any): any; declare const Editor: React.FunctionComponent; export default Editor;