import * as Interfaces from "./interfaces"; export declare class ElementFactory { static createProperty(owner: Interfaces.Element): Interfaces.Property; static createComment(owner: Interfaces.Element, body: string): Interfaces.Comment; }