import type { HTMLAttributes } from 'react';
export type NavbarSectionProps = HTMLAttributes;
declare const NavBarSection: ({ children, ...props }: NavbarSectionProps) => import("react/jsx-runtime").JSX.Element;
export default NavBarSection;
//# sourceMappingURL=NavBarSection.d.ts.map