export declare const USE_DIALOG_STATE_KEYS: readonly ["baseId", "visible", "defaultVisible", "onVisibleChange", "modal"];
export declare const DIALOG_STATE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"];
export declare const DIALOG_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal", "hideOnEsc", "hideOnClickOutside", "preventBodyScroll", "unstable_initialFocusRef", "unstable_finalFocusRef", "unstable_orphan", "unstable_autoFocusOnShow", "unstable_autoFocusOnHide"];
export declare const DIALOG_BACKDROP_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal", "preventBodyScroll"];
export declare const DIALOG_DISCLOSURE_KEYS: readonly ["baseId", "unstable_idCountRef", "visible", "setBaseId", "show", "hide", "toggle", "setVisible", "modal", "disclosureRef", "setModal"];
