import type { ReactNode } from 'react'; import { type HeaderConfig } from './header'; export interface ClientOnlyHeaderProps { config: HeaderConfig; skeleton?: ReactNode; } export declare function ClientOnlyHeader({ config, skeleton }: ClientOnlyHeaderProps): string | number | bigint | true | Iterable | Promise> | Iterable | null | undefined> | import("react").JSX.Element; //# sourceMappingURL=client-only-header.d.ts.map