export declare class ProjectListItemDto {
    id: number;
    title: string;
    url: string;
    category: string;
    img: string;
}
