import { FC } from 'react'; import { PopMenuListProps } from './interface'; declare const PopMenuList: FC; export default PopMenuList;