import { ElementProxy } from "./ElementProxy"; import { IElement } from './IElement'; export declare class ElementFactory { static CreateElement(name: string, dirname?: string): Promise>; static CreateTheElement(Clazz: any): ElementProxy; }