export declare enum OTHER_TABLES_RELEVANCE {
    TC = "1",
    CX1 = "2",
    CX2 = "3",
    KZ = "4"
}
export declare enum OTHER_TABLE_TYPE {
    RADIO = "radio",// 单选
    CHECKBOX = "checkbox"
}
export declare const COLUMN_BIZ_TYPE: {
    select: "32";
    qq: "26";
    singleLineText: "1";
    multiLineText: "2";
    richText: "3";
    radioSelect: "4";
    checkboxSelect: "5";
    integer: "6";
    realNumber: "7";
    percent: "8";
    currency: "9";
    date: "10";
    image: "11";
    file: "12";
    provinces: "13";
    location: "14";
    coding: "15";
    user: "16";
    withUnit: "17";
    findRela: "18";
    businessState: "20";
    formual: "21";
    boolean: "23";
    icon: "24";
    tel: "25";
    email: "27";
    avatar: "28";
    tag: "29";
    url: "30";
    switch: "31";
    department: "34";
    divider: "33";
    role: "35";
    button: "36";
    group: "37";
    organization: "38";
    rangeTime: "39";
    relevance: "40";
    rangeNumber: "400";
    otherTables: "41";
    formula: "42";
    cascade: "43";
    timer: "44";
};
export declare const OTHER_TABLES_USE_ORIGIN_COMPONENT: string[];
