import type { AttributesState, AttributesActionTypes } from './types'; declare const AttributesReducer: (state: AttributesState | undefined, action: AttributesActionTypes) => AttributesState; export default AttributesReducer;