export declare class DomUtils { static getDataAttributes(element: HTMLElement): Record; static getFunctionResult(funcName: string, functionArgs: any, context?: any): any | null; static executeFunction(funcName: string, functionArgs: any, context?: any): void; static isValidIframe(html: string): boolean; static getContentFromTemplateElement(templateId: string): string; }