import * as React from 'react'; import { OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type NavItemProps = { /** * Apply an active class to the NavItem */ active?: boolean; } & OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: NavItemProps) => JSX.Element>; export default _default;