export declare class DatePickerConstant { static readonly PerformancePeriodModalTitle = "Edit Period"; static readonly PerformancePeriodModalMessage = "Select period for which you want to view the audience performance for."; static readonly SpotDetailsPeriodModalTitle = "Edit Period"; static readonly SpotDetailsPeriodModalMessage = "Select period for which you want to view the spot details for."; static readonly Quarter = "Quarter"; static readonly Month = "Month"; static readonly CustomRange = "Custom Range"; static readonly Broadcast = "broadcast"; static readonly Fiscal = "fiscal"; static readonly InFlightAndUpcoming = "In-flight & Upcoming"; static readonly Completed = "Completed"; static readonly Blank = "Blank"; static readonly RATING = "RATING"; static readonly IMPRESSIONS = "IMPRESSIONS"; }