export declare class TemplateBlock { templateEl: HTMLElement; templateId: string; template: any; partials: any[]; data: any; helpers: any; zoom: number; resize: boolean; allowFullscreen: boolean; rawHtml: string; disablePosition: boolean; disableFrame: boolean; componentDidLoad(): void; render(): any; }