import type { RunningSliderProps } from "../types";
export declare function MovingSlider({ brandsList, borderWidth, borderColor, backgroundColor, iconWidth, isPlay, pauseOnHoverActive, durationMs, className, }: RunningSliderProps): import("react/jsx-runtime").JSX.Element;
