import { LiveRegionProps } from './interfaces'; export { LiveRegionProps }; declare function LiveRegion({ assertive, hidden, tagName, ...restProps }: LiveRegionProps): JSX.Element; export default LiveRegion;