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