export declare class InteractionEventTypeDTO {
    id?: string;
    label?: string;
}
