declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; engineApi: string[]; edEngineApi: string[]; props: {}; todoProps: { title: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; src: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; }; style: { height: string; width: string; border: string; margin: string; }; todoStyles: any; todoEvents: ({ label: string; value: string; params?: undefined; } | { label: string; value: string; params: { title: string; name: string; value: string; type: string; description: string; }[]; })[]; todoActionList: any[]; }; export default config;