import type { Component as VueComponent } from 'vue'; import type { ComponentMeta } from '@yeepay/lowcode-renderer'; export { writeMaterialsVersion } from '@yeepay/lowcode-shared'; declare function init(dom: HTMLElement): void; interface Material { component: VueComponent; componentMeta: ComponentMeta; } declare const material: Material[] export { material };