import type { FadesSliderProps } from "../types";
export declare function FadeOutSlider({ brandsList, gap, iconWidth, speed, className, }: FadesSliderProps): import("react/jsx-runtime").JSX.Element;
