import React from 'react'; export declare const useAnchorEl: () => { anchorEl: undefined; anchorElRef: React.MutableRefObject; clearAnchorEl: () => void; setAnchorEl: (e?: any) => void; };