export declare function useModalStack(): { registerModal: () => void; unregisterModal: () => void; };