declare const list: {
    [key: string]: string;
};
export default list;
