import { WithContainer, WithOptions, WithSlides, WithState } from "./types";
declare type CSSTypes = WithState & WithContainer & WithOptions & WithSlides;
export declare const sliderCssAdd: (params: CSSTypes) => {
    dragging: () => void;
    movementX: () => void;
    movementY: () => void;
    slide: () => void;
    frame: () => void;
};
export declare const sliderCssRemove: (params: WithState & WithContainer) => void;
export {};
//# sourceMappingURL=css.d.ts.map