declare const _default: {
    icon: string;
    platform: string;
    label: string;
    type: string;
    groupsName: string;
    compType: number;
    compLib: string;
    isContainer: boolean;
    isAppChildForm: boolean;
    props: {
        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: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                required: boolean;
                maxLength: number;
                showCount: boolean;
            };
        };
        fieldNameAlias: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                required: boolean;
                tooltipText: string;
            };
        };
        basicStatus: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                options: {
                    title: string;
                    value: number;
                }[];
                defaultValue: number;
                style: {
                    padding: string;
                    fontSize: string;
                };
            };
        };
        idenTemplate: {
            label: string;
            type: string;
            groupsName: string;
            props: {
                defaultValue: string;
                options: {
                    title: string;
                    value: string;
                }[];
                required: boolean;
            };
        };
        fieldMapping: {
            label: string;
            type: string;
            groupsName: string;
        };
        required: {
            label: string;
            type: string;
            groupsName: string;
            istodoBind: boolean;
            props: {
                defaultValue: boolean;
            };
        };
        selfSpan: {
            label: string;
            type: string;
            groupsName: 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[];
            };
        };
    };
    todoActionList: any[];
};
export default _default;
