///
import type { DrawerOwnProps } from "./types";
declare const DrawerBase: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Partial, Pick, HTMLElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>;
export default DrawerBase;
//# sourceMappingURL=DrawerBase.d.ts.map