import { SidebarProps } from "./Sidebar.interface"; declare const Sidebar: (props: SidebarProps) => import("react/jsx-runtime").JSX.Element; export default Sidebar;