import { BaseDTO } from '../global/base.dto'; export declare class CalendarEventCategoryDTO extends BaseDTO { name: string; description: string; backgroundColor: string; borderColor: string; textColor: string; }