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