export declare class BlogEntry {
    contentId: string;
    categoryId: string;
    categoryName?: string;
}
