export declare class Asset { docType?: string; ID: string; Color: string; Size: number; Owner: string; AppraisedValue: number; }