import React from 'react'; export declare const LiveRegion: () => JSX.Element; export declare const Announcer: React.MemoExoticComponent<({ message }: { message: string; }) => import("react/jsx-runtime.js").JSX.Element>;