import { ElementRef } from '@angular/core'; /** * Directive used to allow the consumer to define the view text for a {@link TsOptionComponent} */ export declare class TsOptionDisplayDirective { elementRef: ElementRef; constructor(elementRef: ElementRef); }