import type { THeaderFooterApi } from '../../shared-types/header-footer';
/**
 * Example header/footer payload used by the dev/demo pages in both
 * Punkt Elements and Punkt React. Verbatim copy of the live Oslo
 * kommune payload from
 * https://cdn.web.oslo.kommune.no/header-footer/header-footer.json
 * (hentet 2026-07-06).
 *
 * Tests use focused per-test fixtures with smaller shapes — this
 * dataset is for visual demos only.
 */
export declare const EXAMPLE_HEADER_FOOTER_DATA: THeaderFooterApi;
