import { Component } from 'react';
declare class RichTextNode extends Component<any, any> {
    render(): any;
}
export default RichTextNode;
