import { PropsWithChildren } from 'react'; import { SubNavItems } from '../utils'; export default function SubNavBar({ items, }: PropsWithChildren & { items?: SubNavItems; }): import("react").JSX.Element;