declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; components: never[]; onlyRoot: { onlyRootTypes: string[]; description: string; }; platform: string; props: { name: string; }; engineApi: never[]; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; }; }; style: {}; todoStyles: {}; todoEvents: never[]; todoActionList: never[]; }; export default config;