import { Container } from "pixi.js";
export declare const IContextView: unique symbol;
export interface IContextView {
    view: Container;
}
