import React from 'react'; export interface DrawerTitleProps { tag?: string; className?: string; } declare const DrawerTitle: React.FunctionComponent; export default DrawerTitle;