import { OnInit } from '@angular/core'; import { UntypedFormControl } from '@angular/forms'; import { ConfigArgDefinition } from '../../../../common/generated-types'; import { Dialog } from '../../../../providers/modal/modal.types'; import * as i0 from "@angular/core"; export declare class RawHtmlDialogComponent implements OnInit, Dialog { html: string; formControl: UntypedFormControl; config: ConfigArgDefinition; resolveWith: (html: string | undefined) => void; ngOnInit(): void; process(str: string): string; /** * Taken from https://stackoverflow.com/a/26361620/772859 */ format(node: Element, level?: number): Element; cancel(): void; select(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }