export declare function useFormioContext(): { Formio: any; baseUrl: any; projectUrl: any; } & { token: any; setToken: import("react").Dispatch; isAuthenticated: boolean; logout: () => Promise; }; //# sourceMappingURL=useFormioContext.d.ts.map