declare const config: {
    type: string;
    platform: string;
    icon: string;
    label: string;
    alias: string;
    groupsName: string;
    compType: number;
    isContainer: boolean;
    compLib: string;
    props: {
        name: string;
        selfSpan: string;
        labelCol: number;
        wrapperCol: number;
        treeDefaultExpandAll: boolean;
        size: string;
        showSearch: boolean;
        treeNodeFilterProp: string;
        treeData: never[];
        allowClear: boolean;
        isView: boolean;
    };
    todoProps: {
        isView: {
            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: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                maxLength: number;
                showCount: boolean;
            };
        };
        fieldNameAlias: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                required: boolean;
                tooltipText: string;
            };
        };
        value: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {};
        };
        placeholder: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                maxLength: number;
                showCount: boolean;
            };
        };
        basicStatus: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                options: {
                    title: string;
                    value: number;
                }[];
                defaultValue: number;
                style: {
                    padding: string;
                    fontSize: string;
                };
            };
        };
        treeCheckable: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {};
        };
        multiple: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {};
        };
        showSearch: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                defaultValue: boolean;
            };
        };
        treeNodeFilterProp: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                dependProps: {
                    showSearch: boolean;
                };
                options: {
                    title: string;
                    value: string;
                }[];
            };
        };
        treeData: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                isLinkField: boolean;
                required: boolean;
            };
        };
        required: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {};
        };
        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;
            istodoBind: boolean;
        };
        treeDefaultExpandAll: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {};
        };
    };
    todoActionList: any[];
};
export default config;
