export default class CookieConsent { static identifier: string; constructor(element: any); elements: { notice: { wrapper: any; title: any; description: any; customizeBtn: any; rejectAllBtn: any; acceptAllBtn: any; }; dialog: { wrapper: any; title: any; description: any; closeBtn: any; form: any; activateAllBtn: any; deactivateAllBtn: any; saveBtn: any; }; settings: { button: any; }; }; set showNotice(arg: any); }