import { EventNotification } from "../EventNotification";
export declare class GenericUIEvent extends EventNotification implements Record<string, any> {
    fromJSONString(json: string): void;
    fromDTO(dto: object): void;
}
