export declare const define: (tagName: string, clazz: any) => void; export declare const setProp: (el: HTMLElement, prop: string, value: any) => void;