import React from 'react'; import { NavBarSectionProps } from '../../types/navBar'; /** * Composed component that creates a group * with title, and separator options. * */ declare const NavBarSection: React.ForwardRefExoticComponent & React.RefAttributes>; export default NavBarSection;