import { type OverlayProps } from '../Overlay'; export interface DrawersProps extends OverlayProps { } export declare function Drawers(props: DrawersProps): any;