/** * Generates a custom element tag name given a namespace and component name. * Based on the LWC file system requirements, component names come from the file system name which is * camel cased. The component's name will be converted to kebab case when the tag name is produced. * * @param namespace component namespace * @param name component name * @returns component tag name */ export declare function generateCustomElementTagName(namespace?: string, name?: string): string; //# sourceMappingURL=custom-element.d.ts.map