declare const _default: { icon: string; label: string; type: string; platform: string; alias: string; compType: number; compLib: string; props: { autoplay: boolean; dots: boolean; arrows: boolean; arrowsColor: string; arrowsSize: number; effect: string; autoplaySpeed: number; backgroundType: { type: string; color: string; }; }; style: { width: string; height: string; padding: string; boxSizing: string; float: string; backgroundColor: string; }; engineApi: string[]; todoProps: { carouselDataList: { label: string; type: string; groupsName: string; }; }; todoStyles: { backgroundType: { groupsName: string; label: string; type: string; targetType: string; props: { options: { title: string; value: string; }[]; selectType: string; compType: string; }; ignoreRule: string[]; }; width: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; height: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; autoplay: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; }; }; export default _default;