import { Subject } from 'rxjs'; export declare function useSubject>(subjectFactory: () => T): T;