export declare class Events {
    static CONFIGURE: string;
    static CREATED: string;
    static DROP: string;
    static ERROR: string;
    static EXIT_FULLSCREEN: string;
    static EXTERNAL_RESOURCE_OPENED: string;
    static LOAD: string;
    static LOAD_FAILED: string;
    static RELOAD: string;
    static RESIZE: string;
    static TOGGLE_FULLSCREEN: string;
}
