import { IdService } from "../shared/services/id.service"; export declare class LinkCardComponent { private idService; readonly localLayout: string | true; readonly localColumns: number | true; readonly classGen: {}; id: string; layout: string; title: string; text: string; icon: string; iconWeight: string; iconLabel: string; link: string; target: string; marker: string; columns: number; getLayout: boolean; getColumns: boolean; cardLink: boolean; cardGroupCol: any; cardCol: any; cardSm: any; cardMd: any; cardXl: any; cardLinkCard: any; constructor(idService: IdService); }