export default MenuSection; declare class MenuSection extends React.Component { constructor(props: any); state: { anchorEl: any; customList: any; hover: boolean; }; handleOut: (event: any) => void; handleOver: (event: any) => void; handleClick: (event: any) => void; handleAwayListener: (event: any) => void; tempList: any; UNSAFE_componentWillReceiveProps(nextProps: any): void; render(): import("react/jsx-runtime").JSX.Element; } import React from "react";