import { ElementRef } from '@angular/core'; export declare class GasSelectOptionComponent { elementRef: ElementRef; value: T; get title(): string; constructor(elementRef: ElementRef); }