import type { VM } from './vm'; export declare function updateComponentValue(vm: VM, key: string, newValue: any): void; //# sourceMappingURL=update-component-value.d.ts.map