/**
 * 根据路径获取默认值
 */
export declare function getValueByPath(path: string | string[], data: any): any;
