declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; components: never[]; platform: string; props: { name: string; autoplay: boolean; dots: boolean; arrows: boolean; }; engineApi: string[]; edEngineApi: string[]; todoProps: { data: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; itemType: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; itemValue: { label: string; type: string; groupsName: string; istodoBind: boolean; }; itemLink: { label: string; type: string; groupsName: string; istodoBind: boolean; }; name: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; autoplay: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; }; arrows: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; }; dots: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; }; dotPosition: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: string; inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; arrowsDisplay: { label: string; type: string; groupsName: string; props: { defaultValue: string; inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; effect: { label: string; type: string; groupsName: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; speed: { label: string; type: string; groupsName: string; props: { defaultValue: number; }; }; autoplaySpeed: { label: string; type: string; groupsName: string; props: { defaultValue: number; }; }; slidesToShow: { label: string; type: string; groupsName: string; props: { defaultValue: number; }; }; slidesToScroll: { label: string; type: string; groupsName: string; props: { defaultValue: number; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; extendProps: { groupsName: string; label: string; type: string; }; }; style: { width: string; height: string; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; }[]; todoActionList: any[]; }; export default config;