export declare class DXPHtml { el: HTMLDxpHtmlElement; /** * Story HTML Template Key */ templateKey: string; /** * Set this to true if the HTML template has tokens and should be re-fetched on * experience data-changes. */ hasTokens: boolean; render(): any; }