import type { OldTopNavigationProps } from './converter.old'; export type TopNavigationProps = OldTopNavigationProps; export declare const TopNavigation: (props: TopNavigationProps) => import("@emotion/react/jsx-runtime").JSX.Element;