export declare const AnnounceMessage: (message: string) => void;
export declare function InstantiateGlobalAnnounce(props?: {
    debounceDelay?: number;
}): JSX.Element;
