/** * 返回当前组件可以显示的数据源 */ export declare const getSelectList: ({ otherProps, value, dataSource, labelInValue, fieldNames, mode, }: any) => any;