export declare class AudiencePerformanceConstant { static readonly bookedInQuaterColor = "#9b1b93"; static readonly airedToDateColor = "#d780d1"; static readonly postedToDateColor = "#8db72e"; static readonly postedToDateWithAduColor = "#426000"; static readonly whiteColor = "#fff"; static readonly noDataColor = "#d8d8d8"; static readonly radiantBookedInQuarterColor = "#CB04A5"; static readonly radiantPostedToDateColor = "#52D1DC"; static readonly radiantPostedToDateWithAduColor = "#1C8A94"; static readonly impressionUnit = "IMP('000)"; static readonly impressionName = "Impression"; static readonly grpUnit = "GRP"; static readonly spotsUnit = "Spots"; static readonly adus = "ADUs "; static readonly impressionUnitKey: string; static readonly grpUnitKey: string; static readonly booked = "Booked"; static readonly posted = "Posted"; static readonly toDate = "to date"; static readonly throughDate = "through date"; static readonly total = "Total"; static readonly audienceDelivery = "Audience Delivery"; static readonly audiencePerformance = "Audience Performance"; static readonly paidOrderWithAudience = "Orders that require audience posting"; static readonly audienceDeliveredThroughDate = "% of Audience $Value delivered through "; static readonly bookedInQuater: string; static readonly postedToDate: string; static readonly postedThroughDate: string; static readonly postedThrough: string; static readonly postedProjection: string; static readonly totalSpotsKeyUnit: string; static readonly noPostedData = "No Posted data*"; static readonly noAiredData = "No Aired data*"; static readonly airedThrough = "Booked through "; static readonly inTheQuater = "in the quarter"; static readonly inTheSelectedPeriod = "in the selected period"; static readonly withAdus = " (With ADUs)"; static readonly NoAdus = " (No ADUs)"; static readonly noData = " -"; static readonly scheduled = "Scheduled"; static readonly postedDataNotFound = "Posted data not found"; static readonly postedDataNotFoundDatesMessage = "Posted data could not be found for the following dates"; static readonly postedDataNotFoundDemosMessage = "Posted data could not be found for one or more days of the following demographics"; static readonly InfoData = "Info-Value"; static readonly udLiability = "UD LIABILITY"; static readonly udPercentageDelivered = "% Delivered:"; static readonly underDeliveryAtHundredPercent = "UD (@ 100%)"; static readonly unPaidOverDelivery = "UNPAID OD (> 100%)"; static readonly underDeliveryAtThreshold = "UD (@ THRESHOLD)"; static readonly projectedUnderDeliveryAtHundredPercent = "PROJ. UD (@ 100%)"; static readonly overDeliveryProjection = "PROJ. UNPAID OD (> 100%)"; static readonly projectedUnderDeliveryAtThreshold = "PROJ. UD (@ THRESHOLD)"; static readonly carryForwardUnderDeliveryLiability = "C/F UD LIABILITY"; static readonly podBillingReduction = "PoD BILLING REDUCTION"; static readonly projectedCFunderDeliveryLiability = "PROJ. C/F UD LIABILITY"; static readonly projectedPodBillingReduction = "PROJ. PoD BILLING REDUCTION"; static readonly deliveryThresholdHeading = "DELIVERY THRESHOLD %"; static readonly udLiabilityTooltipForDashboardCard = "This under-delivery is a liability to the station since it is below the permitted audience delivery limit as set in the business rules for the respective orders."; static readonly udLiabilityTooltipPartOne = "This under-delivery is a liability to the station since it is below the permitted audience delivery limit ("; static readonly udLiabilityTooltipPartTwo = "%) as set in the business rules for this order."; }