import { IToolTipState } from './ToolTip'; export declare function onMouseOver(state: IToolTipState): IToolTipState; export declare function onMouseOut(state: IToolTipState): IToolTipState; //# sourceMappingURL=ToolTip.reducers.d.ts.map