import { ElementRef } from '@angular/core'; /** @see https://www.figma.com/file/yqBeq1MiGfpdN62SvmA8tg/RTLABS_GAS_DS_1?node-id=589%3A5592 */ export declare class GasInputErrorComponent { elementRef: ElementRef; constructor(elementRef: ElementRef); }