import type { THeaderFooterApi } from '../../shared-types/header-menu';
/**
 * Example header/footer payload used by the dev/demo pages in both
 * Punkt Elements and Punkt React. Mirrors the live Oslo kommune
 * payload closely enough to exercise every region of the mega menu
 * (services grid, four section columns, footer + social links).
 *
 * Tests use focused per-test fixtures with smaller shapes — this
 * dataset is for visual demos only.
 */
export declare const EXAMPLE_HEADER_FOOTER_DATA: THeaderFooterApi;
