import { OnInit, OnDestroy } from '@angular/core'; export declare class AccountCardComponent implements OnInit, OnDestroy { name?: string; balance?: number; currency?: string; number?: string; icon: string; iconAriaLabel: string; ngOnInit(): void; ngOnDestroy(): void; } export declare class AccountCardSkeletonComponent { }