export declare class Viewport { width: number; height: number; constructor(width: number, height: number); } //# sourceMappingURL=viewport.d.ts.map