import { ElementType, HTMLHopeProps } from "../types";
export declare type DrawerOverlayProps = HTMLHopeProps;
/**
* DrawerOverlay renders a backdrop behind the drawer.
*/
export declare function DrawerOverlay(props: DrawerOverlayProps): import("solid-js").JSX.Element;
export declare namespace DrawerOverlay {
var toString: () => string;
}
//# sourceMappingURL=drawer-overlay.d.ts.map