import 'wicg-inert'; import type { ExtendedCleanUpPair } from '../types'; declare const hideModal: (modal: string, sender: Element, callback?: () => void) => void; declare const showModal: (modal: string, sender: Element, hideCallback?: () => void, closeable?: boolean) => ExtendedCleanUpPair[]; export { hideModal, showModal, }; //# sourceMappingURL=modal-view.d.ts.map