import idModifier from './id-modifier/id-modifier'; import temporaryFocus from './temporary-focus/temporary-focus'; import TokenList from './token-list/token-list'; declare const _default: { idModifier: typeof idModifier; PromiseRequest: (url: string, method?: "GET" | "POST") => Promise; storage: import("./storage/storage").StorageArgs; temporaryFocus: typeof temporaryFocus; TokenList: typeof TokenList; tracking: { hasAddedCanonicalUrl: boolean; hasAddedClickTracking: boolean; hasAddedPrefersColorScheme: boolean; hasAddedVersion: boolean; init: (scope?: HTMLElement) => void; gatherElements: (className: string, scope: HTMLElement) => HTMLElement[]; getClickType: (event: MouseEvent) => string | undefined; getNearestSectionHeader: (element: HTMLElement) => Element | undefined; pushToDataLayer: (data: { [key: string]: string | number | { [key: string]: string | number | undefined; }[] | undefined; }) => void; add: { clicks: (scope?: HTMLElement) => void; canonicalUrl: () => void; prefersColorScheme: () => void; version: () => void; accordions: (scope?: HTMLElement) => void; asides: (scope?: HTMLElement) => void; autocompletes: (scope?: HTMLElement) => void; backToTop: (scope?: HTMLElement) => void; breadcrumbs: (scope?: HTMLElement) => void; buttons: (scope?: HTMLElement) => void; cards: (scope?: HTMLElement) => void; categoryLists: (scope?: HTMLElement) => void; checkboxes: (scope?: HTMLElement) => void; confirmationMessages: (scope?: HTMLElement) => void; contactDetails: (scope?: HTMLElement) => void; contentNavs: (scope?: HTMLElement) => void; details: (scope?: HTMLElement) => void; errorMessages: (scope?: HTMLElement) => void; errorSummaries: (scope?: HTMLElement) => void; externalLinks: (scope?: HTMLElement) => void; fileUploads: (scope?: HTMLElement) => void; hideThisPage: (scope?: HTMLElement) => void; insetTexts: (scope?: HTMLElement) => void; links: (scope?: HTMLElement) => void; metadataItems: (scope?: HTMLElement) => void; notifications: (scope?: HTMLElement) => void; notificationMessages: (scope?: HTMLElement) => void; pagination: (scope?: HTMLElement) => void; phaseBanners: (scope?: HTMLElement) => void; radios: (scope?: HTMLElement) => void; searchFacets: (scope?: HTMLElement) => void; searchResults: (scope?: HTMLElement) => void; searchSuggestions: (scope?: HTMLElement) => void; searchRelated: (scope?: HTMLElement) => void; selects: (scope?: HTMLElement) => void; sequentialNavs: (scope?: HTMLElement) => void; sideNavs: (scope?: HTMLElement) => void; siteBranding: (scope?: HTMLElement) => void; siteFooter: (scope?: HTMLElement) => void; siteNavigation: (scope?: HTMLElement) => void; skipLinks: (scope?: HTMLElement) => void; stepNavigation: (scope?: HTMLElement) => void; summaryCard: (scope?: HTMLElement) => void; summaryList: (scope?: HTMLElement) => void; tabs: (scope?: HTMLElement) => void; taskList: (scope?: HTMLElement) => void; textInputs: (scope?: HTMLElement) => void; textareas: (scope?: HTMLElement) => void; warningTexts: (scope?: HTMLElement) => void; }; }; }; export default _default;