import { SidebarProps } from './types';
declare const Sidebar: ({ open, position, backdrop, className, style, children, onClose, }: SidebarProps) => import("react/jsx-runtime").JSX.Element;
export default Sidebar;
