import { ComponentsState, ComponentActionTypes } from './types'; declare const componentsReducer: (state: ComponentsState | undefined, action: ComponentActionTypes) => ComponentsState; export default componentsReducer;