export interface NameElements {
    adjectives: string[];
    nouns: string[];
}
export type Language = 'zh-Hans' | 'en';
