declare const _default: {
    type: string;
    icon: string;
    label: string;
    groupsName: string;
    compType: number;
    isContainer: boolean;
    platform: string;
    engineApi: string[];
    props: {
        setting: string[];
        locationRange: string;
        radius: number;
        isInSubForm: boolean;
        isView: boolean;
    };
    todoProps: {
        isView: {
            label: string;
            type: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        isInSubForm: {
            label: string;
            type: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        labelCol: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        wrapperCol: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        fieldName: {
            label: string;
            type: string;
            props: {
                dependProps: {
                    noShow: boolean;
                };
            };
        };
        name: {
            type: string;
            label: string;
            groupsName: string;
            props: {
                label: string;
                maxLength: number;
                showCount: boolean;
            };
        };
        fieldNameAlias: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                required: boolean;
                tooltipText: string;
            };
        };
        locationRange: {
            type: string;
            label: string;
            groupsName: string;
            props: {
                label: string;
                options: {
                    label: string;
                    value: string;
                }[];
            };
        };
        radius: {
            type: string;
            label: string;
            groupsName: string;
            props: {
                label: string;
                options: {
                    label: string;
                    value: number;
                }[];
                dependencies: string[];
                dependenciesValues: {
                    locationRange: string;
                };
                dependProps: {
                    isInSubForm: boolean;
                };
            };
        };
        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;
            };
        };
        setting: {
            type: string;
            label: string;
            groupsName: string;
            props: {
                options: {
                    label: string;
                    value: string;
                }[];
                label: string;
            };
        };
        titleTip: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                options: {
                    title: string;
                    value: string;
                }[];
                defaultValue: string;
            };
        };
        tipIcon: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                visibleFlag: string;
                visibleFlagValue: string[];
                tabs: string[];
            };
        };
        tipLocation: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                options: {
                    title: string;
                    value: string;
                }[];
                defaultValue: string;
                visibleFlag: string;
                visibleFlagValue: string[];
            };
        };
        tipContent: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                visibleFlag: string;
                visibleFlagValue: string[];
            };
        };
        selfSpan: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                dependProps: {
                    isInSubForm: boolean;
                };
            };
            istodoBind: boolean;
        };
    };
    todoActionList: any[];
};
export default _default;
