import _Drawer from './drawer';
import { WithInstallType } from '../shared';
import './style';
import { TdDrawerProps } from './type';
export declare type DrawerProps = TdDrawerProps;
export * from './type';
export * from './plugin';
export { default as DrawerPlugin } from './plugin';
export declare const Drawer: WithInstallType<typeof _Drawer>;
export default Drawer;
