import { TimelineLite, TimelineMax, TweenLite, TweenMax } from "gsap";
export declare const ScrollMagicPluginGsap: (
    ScrollMagic: any,
    tween: typeof TweenLite | typeof TweenMax,
    timeline: typeof TimelineLite | typeof TimelineMax
) => void;
