declare const _default: { type: string; icon: string; alias: string; groupsName: string; label: string; compType: number; platform: string; props: { name: string; placeholderList: string[]; textAlign: string; alias: { label: string; }; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; }; }; placeholder: { label: string; type: string; groupsName: 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; })[]; }; }; }; todoActionList: string[]; }; export default _default;