import { Theme } from "../styles"; import { DrawerProps, DrawerTypeMap } from "./DrawerProps"; type Anchor = NonNullable; export declare function isHorizontal(anchor: Anchor): boolean; export declare function getAnchor(theme: Theme, anchor: Anchor): string; /** * The props of the [Modal](https://mui.com/api/modal/) component are available * when `variant="temporary"` is set. * * Demos: * * - [Drawers](https://mui.com/components/drawers/) * * API: * * - [Drawer API](https://mui.com/api/drawer/) */ declare const Drawer: import("@suid/types").OverridableComponent>; export default Drawer; //# sourceMappingURL=Drawer.d.ts.map