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