import * as $dara from '@darabonba/typescript'; export declare class ViewPortConfiguration extends $dara.Model { /** * @remarks * 视口高度(像素) * * This parameter is required. */ height?: number; /** * @remarks * 视口宽度(像素) * * This parameter is required. */ width?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }