import { WithContainer, WithOptions, WithSlides, WithState } from "./../types";
declare type TargetLerpParams = {
    from: number;
    to: number;
} & WithState;
export declare const sliderTargetMovementLerp: (params: TargetLerpParams) => number;
declare type FrameEventParams = WithState & WithOptions & WithSlides & WithContainer;
export declare const sliderEventMovementFrame: (params: FrameEventParams) => void;
export {};
//# sourceMappingURL=movement.d.ts.map