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