export declare class EventDef {
    /**
     * The event to display
     */
    event: {
        [key: string]: any;
    };
    render(): any[];
}
