import hoistNonReactStatics from 'hoist-non-react-statics';
import { Drawer as FusionDrawer } from '@alifd/next';
declare const DrawerWithStatics: import("..").DrawerComponent & hoistNonReactStatics.NonReactStatics<typeof FusionDrawer, {}>;
export default DrawerWithStatics;