import { OnInit } from '@angular/core'; import { Router } from '@angular/router'; import { CardComponentData } from '../../interfaces/login-data.interface'; import * as i0 from "@angular/core"; export declare class CardComponent implements OnInit { private readonly router; isSmall: boolean; isBig: boolean; isBig1: boolean; isBig2: boolean; isBig3: boolean; data: CardComponentData; icons: { [key: string]: string; }; constructor(router: Router); ngOnInit(): void; ngOnChanges(changes: any): void; getIcon(icon: string | undefined | null): string; navegar(data: CardComponentData): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }