/// export declare const useLogic: () => { ref: import("react").RefObject; handleClose: () => void; popoverProps: { open: boolean; onClose: () => void; anchorEl: HTMLDivElement | null; }; };