import { ElementRef } from '@angular/core';
export declare class TemplateSchemaElement {
    getTextContent(elementRef: ElementRef): string;
}
