import type { DrawerProps } from './Drawer.types';
declare function Drawer({ children, open, wide, variant, ...otherProps }: DrawerProps): import("react/jsx-runtime").JSX.Element;
export default Drawer;
