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