import * as React from 'react'; export type SidebarProps = React.HTMLAttributes; declare function Sidebar(props: SidebarProps): import("react/jsx-runtime").JSX.Element | null; export { Sidebar };