/** * 定义对象属性 * @param target 目标对象 * @param optionKeyList 选项属性列表 * @param materialKeyList 材质属性列表 * @param updateFnName 更新函数名称 */ export declare function defineProps(target: any, optionKeyList: string[], materialKeyList: string[], updateFnName?: string): void;