import * as React from 'react';
import type { NavItemProps } from './NavItem.types';
/**
* `NavItem` is a component for an item where you can navigate to another link.
* @example
* ```tsx
*
* ```
*/
export declare const NavItem: React.ForwardRefExoticComponent>;
//# sourceMappingURL=NavItem.d.ts.map