import type { Subscription } from 'rxjs';
export declare const useSubscriptionRef: () => [React.MutableRefObject<Subscription | null>, () => void];
