import { InternalBaseComponentProps } from '../../internal/hooks/use-base-component'; import { TopNavigationProps } from './interfaces'; export declare type InternalTopNavigationProps = TopNavigationProps & InternalBaseComponentProps; export default function InternalTopNavigation({ __internalRootRef, identity, i18nStrings, utilities, search, ...restProps }: InternalTopNavigationProps): JSX.Element; //# sourceMappingURL=internal.d.ts.map