export declare class Component { static componentID: number; name: string; gameID: number; componentID: number; constructor(); }