/// import type { IconType } from "./Icon/types"; declare function MenuMoreVertical(props: IconType): JSX.Element; export default MenuMoreVertical;