export declare const OJ_REPLACER: unique symbol;
export declare const OJ_SLOT: unique symbol;
export declare const OJ_POPUP: unique symbol;
export declare function patchSlotParent(parent: Element): void;
export declare function patchPopupParent(parent: Element): void;
