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