declare const SYSTEM_ORDER_COLUMNS_MAP: { BS_SYSTEM_ORDER: { title: string; dataIndex: string; width: number; }[]; KM_SYSTEM_ORDER: ({ dataIndex: string; title: string; width: number; render?: undefined; renderExport?: undefined; } | { dataIndex: string; title: string; width: number; render: (val: "WAIT_BUYER_PAY" | "WAIT_AUDIT" | "WAIT_FINANCE_AUDIT" | "WAIT_MANUAL_AUDIT" | "FINISHED_AUDIT" | "WAIT_EXPRESS_PRINT" | "SYS_STATUS_WAIT_DELIVERY_PRINT" | "WAIT_PACKAGE" | "WAIT_WEIGHT" | "WAIT_SEND_GOODS" | "WAIT_DEST_SEND_GOODS" | "SELLER_SEND_GOODS" | "FINISHED" | "CLOSED" | "CANCEL") => string; renderExport: (val: "WAIT_BUYER_PAY" | "WAIT_AUDIT" | "WAIT_FINANCE_AUDIT" | "WAIT_MANUAL_AUDIT" | "FINISHED_AUDIT" | "WAIT_EXPRESS_PRINT" | "SYS_STATUS_WAIT_DELIVERY_PRINT" | "WAIT_PACKAGE" | "WAIT_WEIGHT" | "WAIT_SEND_GOODS" | "WAIT_DEST_SEND_GOODS" | "SELLER_SEND_GOODS" | "FINISHED" | "CLOSED" | "CANCEL") => string; } | { dataIndex: string; title: string; width: number; render: (val: string[]) => string; renderExport: (val: string[]) => string; })[]; WLN_SYSTEM_ORDER: ({ title: string; dataIndex: string; width: number; render?: undefined; renderExport?: undefined; } | { title: string; dataIndex: string; width: number; render: (val: boolean) => "否" | "是"; renderExport: (val: boolean) => "否" | "是"; } | { title: string; dataIndex: string; width: number; render: (val: string[]) => string; renderExport: (val: string[]) => string; } | { title: string; dataIndex: string; width: number; render: (val: any, record: any, _?: any, parent?: any, index?: number | undefined) => any; renderExport: (val: any, record: any, _?: any, parent?: any, index?: number | undefined) => any; })[]; WDT_SYSTEM_ORDER: ({ title: string; dataIndex: string; width: number; ellipsis: boolean; conditionOptionsSetting?: undefined; } | { title: string; dataIndex: string; width: number; ellipsis: boolean; conditionOptionsSetting: { dataType: string; getOptions: () => any[]; }; } | { title: string; dataIndex: string; width: number; ellipsis: boolean; conditionOptionsSetting: { dataType: string; getOptions: ({ wdtVersion }: { wdtVersion: string; }) => { value: string; label: string; }[]; }; })[]; BS_E3_SYSTEM_ORDER: ({ title: string; dataIndex: string; width: number; ellipsis: boolean; render?: undefined; renderExport?: undefined; } | { title: string; dataIndex: string; width: number; ellipsis: boolean; render: (val: any) => any; renderExport: (val: any) => any; })[]; GY_SYSTEM_ORDER: { dataIndex: string; title: string; width: number; }[]; JST_SYSTEM_ORDER: { dataIndex: string; title: string; width: number; }[]; JY_SYSTEM_ORDER: { dataIndex: string; title: string; width: number; }[]; JKY_SYSTEM_ORDER: ({ dataIndex: string; title: string; width: number; render?: undefined; renderExport?: undefined; } | { dataIndex: string; title: string; width: number; render: (val: number) => "否" | "是"; renderExport: (val: number) => "否" | "是"; })[]; WDT_RETURN_BILL_NO: ({ title: string; dataIndex: string; width: number; ellipsis: boolean; disabled?: undefined; } | { title: string; dataIndex: string; width: number; ellipsis: boolean; disabled: boolean; })[]; DXD_SYSTEM_ORDER: ({ dataIndex: string; title: string; width: number; render?: undefined; renderExport?: undefined; conditionOptionsSetting?: undefined; } | { dataIndex: string; title: string; width: number; render: (val: boolean) => "否" | "是"; renderExport: (val: boolean) => "否" | "是"; conditionOptionsSetting: { dataType: string; getOptions: () => { value: boolean; label: string; }[]; }; } | { dataIndex: string; title: string; width: number; render: (val: boolean) => "否" | "是"; renderExport: (val: boolean) => "否" | "是"; conditionOptionsSetting?: undefined; })[]; TTX_SYSTEM_ORDER: ({ dataIndex: string; title: string; width: number; render?: undefined; renderExport?: undefined; } | { dataIndex: string; title: string; width: number; render: (value: any) => any; renderExport: (value: any) => any; })[]; }; export declare const FIELD_COLUMNS_MAP: { PLATFORM_AFTER_SALES_ORDER: any[]; }; export default SYSTEM_ORDER_COLUMNS_MAP;