export interface HTML {
    value: string;
}
export declare function getHTMLContent(html: HTML): string;
