import { INPUT } from '@botonic/core';
import { CarouselProps } from './index-types';
export declare const Carousel: {
(props: CarouselProps): import("react/jsx-runtime").JSX.Element;
serialize: (carouselProps: any) => {
type: INPUT;
elements: any;
};
};