import { type State } from "@zyzgroup/core-common"; export declare class MVVM { state: State; el: HTMLElement; constructor(state: State, el: HTMLElement); compile(el: HTMLElement): void; getStateValue(attrName: string): any; setStateValue(attrName: string, val: any): void; static compileTemplate(template: string): string; } export default MVVM; //# sourceMappingURL=MVVM.d.ts.map