import { NavBarProps } from './types';
declare const NavBar: ({ brand, brandSrc, brandStyles, links, linkStyles, btnBackground, btnColor, btnLayout, btnSize, children, navStyles, onLinkClick, }: NavBarProps) => import("react/jsx-runtime").JSX.Element;
export default NavBar;
