export declare const useModalState: (open?: boolean) => { open: boolean; onClose: () => void; onOpen: () => void; };