///
import type { SmartSidebar } from './PropTypes';
declare const Sidebar: import("react").FC;
export { Sidebar };
export { SmartSidebar, SmartSidebarEvents, SmartSidebarExternalClassName, SmartSidebarProps, SmartSidebarChangeEvent, } from './PropTypes';