import 'reflect-metadata'; import { IXMLElementOptions } from "../interfaces/IXMLElementOptions"; export declare function XMLElement(options: IXMLElementOptions): Function;