import { IEffectsAction } from 'redux-effects-promise'; import { IReduxTabPanelEntity } from '../../definition'; /** * @stable [12.04.2020] * @param {IGenericTabPanelEntity} state * @param {IEffectsAction} action * @returns {IGenericTabPanelEntity} */ export declare const tabPanelReducer: (state: IReduxTabPanelEntity, action: IEffectsAction) => IReduxTabPanelEntity;