import { OnInit } from '@angular/core'; export declare class CardsComponent implements OnInit { classes: string; constructor(); ngOnInit(): void; }