import React from 'react'; import { CurrentUserNavProps } from './current-user-nav-props'; /** * @load ./current-user-nav.doc.md * @component * @subcategory Organisms * @hideconstructor * @see CurrentUserNavProps * @see {@link https://storybook.adminbro.com/?path=/story/designsystem-organisms-current-user-nav--default Storybook} * @new In version 3.3 * @section design-system */ declare const CurrentUserNav: React.FC; export { CurrentUserNav as default, CurrentUserNav, };