/// /** * The Drawer component is a panel that slides out from the edge of the screen. It can be useful when you need users to complete a task or view some details without leaving the current page. * The Drawer can appear from any edge of the screen. Pass the placement prop and set it to top, right, bottom, or left. * * See docs: https://chakra-ui.com/docs/overlay/drawer */ export declare function Drawer({ ...props }: any): JSX.Element; export declare function DrawerBody({ ...props }: any): JSX.Element; export declare function DrawerFooter({ ...props }: any): JSX.Element; export declare function DrawerHeader({ ...props }: any): JSX.Element; export declare function DrawerOverlay({ ...props }: any): JSX.Element; export declare function DrawerContent({ ...props }: any): JSX.Element; export declare function DrawerCloseButton({ ...props }: any): JSX.Element; //# sourceMappingURL=Drawer.d.ts.map