declare const config: { engineApi: never[]; icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; components: never[]; platform: string; onlyChildren: string[]; props: { name: string; animated: boolean; defaultActiveKey: string; tabBarGutter: number; tabPosition: string; size: string; }; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; size: { groupsName: string; label: string; type: string; props: { options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; collapseColumns: { groupsName: string; label: string; type: string; enableI18n: boolean; props: { isJSX: boolean; childCompName: string; }; }; defaultActiveKey: { groupsName: string; label: string; type: string; istodoBind: boolean; props: { inhibitBtn: boolean; }; }; tabPosition: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; animated: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; }; tabBarGutter: { groupsName: string; label: string; type: string; istodoBind: boolean; props: { min: number; max: number; }; }; type: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { width: number; height: number; textAlign: string; fontSize: string; }; }; }; customExtraHeader: { groupsName: string; label: string; type: string; props: { description: string; defaultValue: boolean; dependProps: { tabPosition: string; }; }; istodoBind: { description: { title: string; des: string[]; }[]; }; }; extendProps: { groupsName: string; label: string; type: string; }; }; style: { width: string; margin: string; padding: string; }; todoStyles: any; todoEvents: { label: string; value: string; params: { title: string; name: string; value: string; description: string; type: string; }[]; }[]; todoActionList: any[]; }; export default config;