export declare class CasesInlineDTO {
    id?: string;
    productId?: string;
    make?: string;
    model?: string;
    nickname?: string;
}
