import type { AriaLiveAllProps } from './types';
declare function AriaLive({ element, ...props }: AriaLiveAllProps): import("react/jsx-runtime").JSX.Element;
export default AriaLive;
