import { Event } from "@robotlegsjs/core";
export declare class PalidorEvent extends Event {
    static REMOVE_CURRENT_VIEW: string;
    static REMOVE_ALL_FLOATING_VIEWS: string;
    static REMOVE_LAST_FLOATING_VIEW_ADDED: string;
    constructor(type: string);
}
