declare const _default: {
    fx: {
        in: (event: any, container: any) => void;
        move: (event: any, container: any) => void;
        out: (event: any, container: any) => void;
    };
};
export default _default;
export declare const makeTip: (selector: any, tipContainer: any) => {
    tipContainer: any;
    tipContent: any;
};
