import { IDialogBoundsMemoKey, RegisteredDialogsMap } from "../types/index.js"; export declare let registeredDialogs: RegisteredDialogsMap; export declare let InitDialogMemoizeBoundsDeclared: boolean; export declare const BOUNDS_STORE_KEY: IDialogBoundsMemoKey; /** * Fire by first load the page * This should be in App level * Create first records * */ export declare const InitDialogMemoizeBounds: () => void;