export declare const useLogic: () => { open: boolean; handleOpen: () => void; handleClose: () => void; };