import * as React from 'react';
export declare const INITIAL_LIVE_REGION_TEXT_MUTATION_RESET_DELAY = 200;
export declare function useInitialLiveRegionTextMutation<T extends HTMLElement>(): React.RefObject<T | null>;