export declare class QuillViewHTMLComponent {
    content: string;
    theme: string;
    private themeClass;
    updateTheme(newValue: string): void;
    render(): any;
}
