import type { PropsWithChildren } from "react"; export type SidebarDrawer = PropsWithChildren; export declare function SidebarDrawer(props: SidebarDrawer): import("react/jsx-runtime").JSX.Element;