/** * Creates an package's Element.Xml for a WebPart or ClientSideSolution */ import type { XmlSerializationOptions } from '../../SolutionPackager'; import type IComponent from '../models/packageDefinition/IComponent'; import type IFile from '../models/packageXml/IFile'; export default function createComponentXml(xmlSerializationOptions: XmlSerializationOptions, options: IComponent, featureId: string): IFile; //# sourceMappingURL=createComponentXml.d.ts.map