declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { component: { isContainer: boolean; disableBehaviors: string[]; }; props: ({ name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { options: { label: string; value: string; }[]; }; }; description: string; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; setter: string; description: string; defaultValue: number; } | { name: string; title: { label: string; tip: string; }; setter: string; description: string; defaultValue: boolean; } | { name: string; title: string; setter: string; description?: undefined; defaultValue?: undefined; })[]; }; icon: string; category: string; snippets: { 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;