export declare const useSubject: () => { loading: boolean; subject: string | undefined; }; //# sourceMappingURL=useSubject.d.ts.map