declare const _default: { type: string; icon: string; groupsName: string; compType: number; label: string; platform: string; props: { name: string; }; todoProps: { name: { type: string; label: string; groupsName: string; props: { label: string; }; }; bindForm: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; selectAttr: { label: string; type: string; groupsName: string; props: { required: boolean; tooltipText: string; }; }; filterAttr: { label: string; type: string; groupsName: string; props: { tooltipText: 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;