import React from 'react';
import { LiveRegionProps, LiveRegionRefType } from './LiveRegion.types';
/** LiveRegion */
declare const LiveRegion: React.ForwardRefExoticComponent<LiveRegionProps & React.RefAttributes<LiveRegionRefType>>;
export default LiveRegion;
//# sourceMappingURL=LiveRegion.d.ts.map