import { PropsWithChildren } from 'react'; export type ContentNavigationProviderProps = PropsWithChildren<{ initialValue?: string; }>; export declare const ContentNavigationProvider: ({ children }: ContentNavigationProviderProps) => import("react/jsx-runtime").JSX.Element;