/// <reference types="react" />
import type { SmartSidebarItem } from './PropTypes';
declare const SidebarItem: import("react").FC<SmartSidebarItem>;
export { SidebarItem };
export { SmartSidebarItem, SmartSidebarItemEvents, SmartSidebarItemExternalClassName, SmartSidebarItemProps, SmartSidebarItemClickEvent, } from './PropTypes';
