declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; animation: string; arrows: boolean; arrowSize: string; arrowPosition: string; arrowDirection: string; autoplaySpeed: number; autoplay: boolean; dots: boolean; dotsDirection: string; draggable: boolean; infinite: boolean; slide: string; slideDirection: string; slidesToShow: number; slidesToScroll: number; speed: number; triggerType: string; centerPadding: string; cssEase: string; edgeFriction: number; swipe: boolean; touchMove: boolean; touchThreshold: number; useCSS: boolean; waitForAnimate: boolean; picUrls: string[]; }; }; }[]; export default _default;