declare const _default: { type: string; icon: string; label: string; groupsName: string; compType: number; platform: string; props: { name: string; action: string; defaultUploadList: never[]; defaultSort: string; withCredentials: boolean; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; defaultValue: string; }; }; sort: { type: string; label: string; groupsName: string; props: { options: { label: string; value: string; }[]; label: string; defaultValue: string; optionType: string; }; }; required: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: boolean; }; }; inputVerify: { type: string; label: string; groupsName: string; props: { options: ({ label: string; value: string; title?: undefined; } | { label: string; value: string; title: string; })[]; label: string; showFileNumKey: string; showFileSizeKey: string; }; }; fieldAttr: { type: string; label: string; groupsName: string; props: { options: { label: string; value: string; title: string; }[]; label: string; }; }; 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;