import { ReactNode } from 'react'; interface Props { children: ReactNode; } export declare function LiveRegion({ children }: Props): JSX.Element; export {};