import { ElementRef } from "./elementRef"; export declare class TemplateRef { private _eleRf; readonly elementRef: ElementRef; constructor(_eleRf: ElementRef); }