import React from 'react'; import type { NavProps } from '@alifd/next/types/nav'; declare const _default: React.ForwardRefExoticComponent> & import("hoist-non-react-statics").NonReactStatics; getChildContext(): { prefix: string; mode: "inline" | "popup"; iconOnly: any; iconOnlyWidth: string | number; iconTextOnly: boolean; hasTooltip: boolean; hasArrow: boolean; }; getMenuRef: React.LegacyRef>; render(): React.JSX.Element; context: any; setState(state: {} | ((prevState: Readonly<{}>, props: Readonly) => {} | Pick<{}, K>) | Pick<{}, K>, callback?: () => void): void; forceUpdate(callback?: () => void): void; readonly props: Readonly & Readonly<{ children?: React.ReactNode; }>; state: Readonly<{}>; refs: { [key: string]: React.ReactInstance; }; componentDidMount?(): void; shouldComponentUpdate?(nextProps: Readonly, nextState: Readonly<{}>, nextContext: any): boolean; componentWillUnmount?(): void; componentDidCatch?(error: Error, errorInfo: React.ErrorInfo): void; getSnapshotBeforeUpdate?(prevProps: Readonly, prevState: Readonly<{}>): any; componentDidUpdate?(prevProps: Readonly, prevState: Readonly<{}>, snapshot?: any): void; componentWillMount?(): void; UNSAFE_componentWillMount?(): void; componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; UNSAFE_componentWillReceiveProps?(nextProps: Readonly, nextContext: any): void; componentWillUpdate?(nextProps: Readonly, nextState: Readonly<{}>, nextContext: any): void; UNSAFE_componentWillUpdate?(nextProps: Readonly, nextState: Readonly<{}>, nextContext: any): void; }, {}> & { Item: typeof import("@alifd/next/types/nav/item").default; Group: typeof import("@alifd/next/types/nav/group").default; SubNav: typeof import("@alifd/next/types/nav/sub-nav").default; PopupItem: typeof import("@alifd/next/types/nav/popup-item").default; Divider: typeof import("@alifd/next/types/menu/view/divider").default; }, {}>; export default _default; export type { NavProps, GroupProps as NavGroupProps, ItemProps as NavItemProps, PopupItemProps as NavPopupItemProps, SubNavProps, } from '@alifd/next/types/nav';