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