import * as React from 'react'; import { IDrawerMenuSectionProps } from './DrawerMenuSection.props'; export { IDrawerMenuSectionProps } from './DrawerMenuSection.props'; export declare const DrawerMenuSection: React.ForwardRefExoticComponent>; export default DrawerMenuSection;