declare type obj = { [key: string]: any; }; export default obj;