export declare class DXPMarkdown {
el: HTMLDxpMarkdownElement;
/**
* Story Text 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;
}