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