declare const config: { engineApi: string[]; icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; components: never[]; onlyRoot: string[]; props: { name: string; tab: string; basicStatus: number; }; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; forceRender: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; tab: { label: string; type: string; istodoBind: boolean; groupsName: string; enableI18n: boolean; }; badge: { label: string; type: string; istodoBind: boolean; groupsName: string; enableI18n: boolean; }; badgeRendering: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { valueKey: string; propsName: string; isProps: boolean; returnOrigin: boolean; isJSX: boolean; }; }; extendProps: { groupsName: string; label: string; type: string; }; }; style: { minHeight: number; }; todoStyles: any; todoEvents: never[]; todoActionList: any[]; }; export default config;