import { TemplateRef } from '@angular/core'; import { BitService } from 'ngx-bit'; export declare class BitI18nTooltipComponent { bit: BitService; ref: TemplateRef; groupName: string; constructor(bit: BitService); }