export interface VCLDateRange { start: VCLDate; end: VCLDate; } export declare type VCLDateAdapterParseFormats = 'input_date' | 'input_time' | 'input_month'; export declare type VCLDateAdapterDisplayFormats = VCLDateAdapterParseFormats | 'day' | 'month' | 'year' | 'yearMonth' | 'yearMonthLong' | 'weekday' | 'date' | 'time' | 'minute' | 'hour';