import { Colors } from 'types/entities.types'; export declare type ColorsState = { colors: Colors[]; }; declare const ColorsReducer: import("redux-actions").ReduxCompatibleReducer; export default ColorsReducer;