export declare class UserSettingsContext { get(key: any, initial?: TValue): TValue; set(key: any, value: TValue): void; } //# sourceMappingURL=UserSettingsContext.d.ts.map