export declare let IContextView: symbol;
export interface IContextView {
    view: egret.DisplayObjectContainer;
}
