import { EventEmitter, OnInit } from '@angular/core'; export declare class CardGeneralResultComponent implements OnInit { image: any[]; title: string; type: string; titleSize: number; description: string; descriptionSize: number; classDescription: string; classTitle: string; classImage: string; medias: { style: string; media: string; }[]; path: string; redirectPage: EventEmitter; arraryTypesLabels: { label: string; identifier: string; }[]; constructor(); ngOnInit(): void; getLabelTypes(type: any): void; }