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