import { ComponentPublicInstance } from 'vue'; export declare function define(tagName: string, clazz: any): void; export declare function method(name: string): (this: any, ...args: any[]) => any; export declare function render(tagName: string, events: string[]): (this: ComponentPublicInstance) => import("vue").VNode;