export declare function setDefaultScreen(defaultScreen: any): void;
export declare function focusPopup(): void;
export declare function removePopup(): void;
export declare function handlePopup(column: number, content: string | null): void;
export declare function loadingPopup(): void;
