import { BaseListTypeInfo, FieldTypeFunc, IdFieldConfig } from './types'; export declare const idFieldType: (config: IdFieldConfig) => FieldTypeFunc;