declare const _default: { icon: string; platform: string; label: string; type: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; isAppChildForm: boolean; props: {}; todoProps: { name: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; idenTemplate: { label: string; type: string; groupsName: string; props: { defaultValue: string; options: { title: string; value: string; }[]; required: boolean; }; }; fieldMapping: { label: string; type: string; groupsName: string; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; }; }; todoActionList: string[]; }; export default _default;