import { IComponentPropEntity } from '../../../models/base'; import { KV } from 'ts-toolset'; /** 解析自定义钩子配置 */ export declare function parseHooks(hooks: string): KV>; /** 获取编辑器默认值 */ export declare function getDefaultValue(prop: IComponentPropEntity, value: any): any;