import type { MenuProps } from './interface'; import './index.less'; declare const XMenu: any; export default XMenu; export { MenuProps };