import { EventEmitter, OnInit } from '@angular/core'; import { DateFormatService } from 'dmmp-services'; export declare class CardNewComponent implements OnInit { private dateFormat; path: any; image: any; featured: any; categories: any; date: any; title: any; description: any; quantityDescription: any; defaultClass: any; identifier: any; page: EventEmitter; medias: { style: string; media: string; }[]; constructor(dateFormat: DateFormatService); ngOnInit(): void; }