import { EventEmitter } from '../../../stencil-public-runtime'; export declare class AgnArticleCard { classNames: string; article: any; type: string; navigatetopath: EventEmitter; onCardClick: () => void; render(): any; }