import { MapperFunction } from '../../../dynamic-resolver';
/**
 * 通过其他属性，创建的属性，不能在schema.json里面指定默认值。
 * 因为mappingSchemaToProps，如果指定可能会被默认值覆盖掉已赋的值。
 */
export declare const schemaMapper: Map<string, string | MapperFunction>;
