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