import React from 'react'; declare const useModal: (modal: React.ReactNode, closeOnOverlayClick?: boolean, updateOnPropsChange?: boolean, modalId?: string, clearModalStack?: boolean) => [() => void, () => void]; export default useModal;