import { Item } from './Item'; export declare class ArticleCategory extends Item { description?: { [key: string]: string; }; localizedName?: { [key: string]: string; }; constructor(src: ArticleCategory); }