import { HeaderConfig } from '../../types/navigation'; export interface HeaderSkeletonProps { config?: HeaderConfig; } /** * Loading skeleton mirroring the unified ODS top-navigation geometry * (`TopNavigation`, Figma 2797-5978): 48px mobile / 56px md+, cell model. * Keep in sync with `header.tsx` — a diverging skeleton makes the * skeleton→live handoff jump. */ export declare function HeaderSkeleton({ config }: HeaderSkeletonProps): import("react").JSX.Element; //# sourceMappingURL=header-skeleton.d.ts.map