/// /// export declare const StringsContext: import("react").Context; export interface Strings { [key: string]: string & Strings & Strings[]; } //# sourceMappingURL=index.d.ts.map