export declare class MapSizeContainer { width: number; height: number; constructor(obj: Partial); }