export declare const NEW_LINE: RegExp; export declare const SPACE = " "; export declare const COLON = ":"; export declare const SEMICOLON = ";"; export declare const EQUAL = "="; export declare const BEGIN = "BEGIN"; export declare const END = "END"; export declare const VCALENDAR = "VCALENDAR"; export declare const VTIMEZONE = "VTIMEZONE"; export declare const VEVENT = "VEVENT"; export declare const VALARM = "VALARM"; export declare type ComponentType = 'VCALENDAR' | 'VTIMEZONE' | 'VEVENT' | 'VALARM';