declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; platform: string; compLib: string; props: { name: string; }; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; }; style: { display: string; flexDirection: string; padding: string; width: string; height: string; overflowY: string; textAlign: string; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; value: string; name: string; }[]; }[]; todoActionList: never[]; }; export default config;