/**
 * This component removes the detached screen from the store when the window is closed.
 * It should be mounted in all windows, but only acts if the current screen is detached.
 */
export declare function DetachedWindowCleanup(): null;
