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