///
import { BaseControlComponent } from '../_Common/BaseControl/BaseControl';
import { UpRichTextProps } from './types';
export default class UpRichText extends BaseControlComponent {
static defaultProps: UpRichTextProps;
constructor(p: any, c: any);
showError(): any;
showSuccess(): boolean;
renderControl(): JSX.Element;
getValue(event: any): any;
}