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