import { ElementProxy } from "../ElementProxy"; import { IElement } from "../IElement"; export default class Templates implements IElement { proxy: ElementProxy; $$: IElement; $: this; init(items?: any[] | { [name: string]: any; }): void; clone(): this; }