import { OnInit } from "@angular/core"; import { IdService } from "../../shared/services/id.service"; export declare class LinkCardContainerComponent implements OnInit { private idService; id: string; title: string; items: []; columns: string; layout: string; readonly getLayout: string; readonly getColumns: string; constructor(idService: IdService); ngOnInit(): void; cardClassGen(): { "card-col-my": boolean; "col-xl-3": boolean; "col-md-4": boolean; "col-sm-6": boolean; }; }