import { BggLinkDto } from ".";
export declare class BggThingVersionDto {
    type: string;
    id: number;
    thumbnail: string;
    image: string;
    links: BggLinkDto[];
    name: string;
    yearpublished: number;
    productcode: string;
    width: number;
    length: number;
    depth: number;
    weight: number;
}
