import TemplateFactory from "./template-factory.js"; export default class Compiler { private static mapAttributes; private static mapChildren; private static compileDescriptor; static compile(name: string, template: string): TemplateFactory; }