/**
 * Header menu helper exports
 *
 * Shared between @oslokommune/punkt-elements and (later) @oslokommune/punkt-react
 * so both implementations stay aligned with the live oslo.kommune.no
 * header/footer API.
 */
export { ICON_MAP_ODS_TO_PUNKT, mapOdsIcon, deriveSocialIcon } from './icon-map';
export { selectLocaleData, selectMegamenu } from './select-megamenu';
export { DEFAULT_HEADER_FOOTER_URL, fetchHeaderFooterData, } from './fetch-header-footer-data';
export { EXAMPLE_HEADER_FOOTER_DATA } from './example-data';
