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