///
type DrawerProps = {
children: React.ReactNode;
close: () => void;
};
/**
*
* @internal
*/
export declare const Drawer: import("react").ForwardRefExoticComponent>;
export declare const DrawerContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const drawerOpenAnimation: import("@emotion/react").Keyframes;
export declare const DrawerOverlay: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
/**
*
* @internal
*/
export declare function useDrawer(): {
drawerRef: import("react").RefObject;
drawerOverlayRef: import("react").RefObject;
onClose: (closeDrawer: () => void) => void;
};
export {};
//# sourceMappingURL=Drawer.d.ts.map