export interface State { [key: string]: any; } export default State;