declare const _default: {
    type: string;
    alias: string;
    icon: string;
    groupsName: string;
    compType: number;
    label: string;
    props: {
        name: string;
        isView: boolean;
    };
    engineApi: string[];
    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: {
            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;
            };
        };
        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: {
                required: boolean;
                tooltipText: string;
            };
        };
        selfSpan: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
        };
        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[];
            };
        };
    };
    todoActionList: any[];
};
export default _default;
