import type { PromoSliderProps } from './types';
export default function PromoSlider({ items, button, editor, onChange, autoplay, autoplayDelay, ...props }: PromoSliderProps): import("react/jsx-runtime").JSX.Element;
