import { IToolTipState } from './ToolTip';
export declare function onMouseOver(state: IToolTipState): IToolTipState;
export declare function onMouseOut(state: IToolTipState): IToolTipState;
