import * as React from 'react'; export interface FroalaEditorViewProps { model?: any; tag?: any; } export declare class FroalaEditorView extends React.Component { private defaultTag; private tag; constructor(props: any); getTrustedHtml(): { __html: any; }; render(): JSX.Element; }