export declare class TemplateHelper { /** * Normalizes an HTML template by fixing wrong constructed document fragment * @param template the HTML template to normalize * @returns the normalized template as HTML string */ static normalizeHtmlTemplate(template: HTMLTemplateElement): string; }