declare const _default: { type: string; icon: string; groupsName: string; compType: number; platform: string; label: string; props: { name: string; btnText: string; pickerType: string; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; defaultValue: string; }; }; selectType: { type: string; label: string; groupsName: string; props: { label: string; options: { label: string; value: string; }[]; defaultValue: string; optionType: string; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; fieldDes: { type: string; label: string; groupsName: string; props: { label: string; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { defaultValue: number; options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; istodoBind: boolean; }; }; todoActionList: string[]; }; export default _default;