/// export type UserContextT = { module: 'tag' | 'group'; } & { [key: string]: any; } & any; declare const UserContext: import("react").Context; export default UserContext;