import type { DialogOptions } from "../dialog.tsx";
import type { DialogStore } from "../dialog-store.ts";
export declare function useHideOnInteractOutside(store: DialogStore, hideOnInteractOutside: DialogOptions["hideOnInteractOutside"], domReady?: boolean | HTMLElement | null): void;