import * as React from 'react'; interface Props { } declare const DrawerInfo: React.ForwardRefExoticComponent>; export default DrawerInfo;