import { EventBase } from '@awayjs/core';
import { View } from '../View';
export declare class ViewEvent extends EventBase {
    static INVALIDATE_VIEW_MATRIX3D: string;
    static INVALIDATE_SIZE: string;
    private _view;
    constructor(type: string, view: View);
    get view(): View;
}
//# sourceMappingURL=ViewEvent.d.ts.map