/// import { NavItem, NavType } from './types'; export interface BCNavigationProps { brand?: string; handleLeftNavItemClick: (event: any, action?: string) => void; navModel: NavType; location: any; rtl: boolean; activeItem?: NavItem | null; hasSubMenu?: boolean; customSubSidebar?: React.ReactNode; customSidebarTitle?: string; solidMenuColor: boolean; } export declare const SubMenu: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const BCNavigation: ({ brand, navModel, handleLeftNavItemClick, location, rtl, activeItem, hasSubMenu, customSubSidebar, customSidebarTitle, solidMenuColor, }: BCNavigationProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default BCNavigation;