export declare const EVENT_COLORS: {
    yellow: string;
    blue: string;
    green: string;
    red: string;
    pink: string;
    purple: string;
    turquoise: string;
    brown: string;
};
export declare const DATE_TIME_STRING_PATTERN: RegExp;
export declare const DATE_TIME_STRING_FULL_DAY_PATTERN: RegExp;
