import { OnInit } from '@angular/core'; import { PositionType } from './types'; import * as i0 from "@angular/core"; export declare class CtyArticleCard implements OnInit { title: string; thumbnails: string | string[]; position: PositionType | undefined; _position: PositionType; _thumbnail: string; _thumbnails: string[]; constructor(); ngOnInit(): void; ngOnChanges(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }