///
import SidebarItem from './SidebarItem';
declare const SidebarNamespace: import("react").FC & {
Item: import("react").FC;
};
export default SidebarNamespace;
export { SidebarNamespace as Sidebar, SidebarItem };
export type { SidebarProps, SidebarItemProps } from './PropsType';