import type { ObjectType } from '@sheinx/hooks'; import type { LanType } from './Props'; export declare function setLocale(arg: LanType): void; export declare function getLocale(lan: any, name?: string, def?: ObjectType): any; //# sourceMappingURL=index.d.ts.map