import { Menu } from './menu'; export type { MenuProps, TriggerType, CallBackFunction } from './menu'; export default Menu;