declare const config: { icon: string; label: string; type: string; platform: string; groupsName: string; compType: number; props: { name: string; buttonName: string; }; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; buttonName: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; apiObject: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; apiParams: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; apiRespond: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; apiOptions: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; })[]; }; istodoBind: boolean; }; titleTip: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; }; }; tipIcon: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; tabs: string[]; }; }; tipLocation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; visibleFlag: string; visibleFlagValue: string[]; }; }; tipContent: { label: string; type: string; groupsName: string; props: { visibleFlag: string; visibleFlagValue: string[]; }; }; }; }; export default config;