import React from 'react'; declare type DrawerWrapProps = {}; declare const DrawerWrap: React.FC; export default DrawerWrap;