export declare const createGlobalNode: (id?: string | undefined) => HTMLDivElement;
export declare const removeGlobalNode: (el: HTMLElement) => void;
export declare const changeGlobalNodesTarget: (el: HTMLElement) => void;
