export declare class CCPASettings { optOutNoticeLabel: string; btnSave: string; firstLayerTitle: string; isActive: boolean; showOnPageLoad: boolean; reshowAfterDays: number; iabAgreementExists: boolean; appFirstLayerDescription: string; firstLayerMobileDescriptionIsActive: boolean; firstLayerMobileDescription: string; secondLayerTitle: string; secondLayerDescription: string; secondLayerHideLanguageSwitch: boolean; btnMoreInfo: string; mspaCoveredTransaction?: boolean; mspaMode?: number; constructor(optOutNoticeLabel: string, btnSave: string, firstLayerTitle: string, isActive: boolean, showOnPageLoad: boolean, reshowAfterDays: number, iabAgreementExists: boolean, appFirstLayerDescription: string, firstLayerMobileDescriptionIsActive: boolean, firstLayerMobileDescription: string, secondLayerTitle: string, secondLayerDescription: string, secondLayerHideLanguageSwitch: boolean, btnMoreInfo: string, mspaCoveredTransaction?: boolean, mspaMode?: number); }