import { ReactNode } from "react"; export declare const noticesQueue: any[]; export declare let currentNotice: any; export declare function popNotice(): void; export declare function nextNotice(): void; export declare function showNotice(message: ReactNode, buttonText: string, onOkClick: () => void): void;