import { IDrawerProps } from './types'; export declare const Drawer: ({ children, isVisible, hasOverlay, scrollAmountToClose, closeOnClickOutside, }: IDrawerProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Drawer.d.ts.map