import { OnInit, ElementRef } from '@angular/core'; import { GIXNGButtonsService } from '../gixngbuttons.service'; export declare class GixButtonTwolcornComponent implements OnInit { gIXNGButtonsService: GIXNGButtonsService; gixTwoCornButton: ElementRef; gitTwoCornButtonLabel: ElementRef; txt?: string; icon?: string; color?: string; iconValue: string; constructor(gIXNGButtonsService: GIXNGButtonsService); ngOnInit(): void; }