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