import React from 'react'; import type { OldDrawerProps } from './converter.old'; export type DrawerProps = OldDrawerProps; export declare const Drawer: React.ForwardRefExoticComponent>;