import { ModalProps } from './modal'; export interface DrawerProps extends ModalProps { readonly width?: number; } export declare function Drawer({ children, width, ...props }: DrawerProps): JSX.Element; //# sourceMappingURL=drawer.d.ts.map