/** * @class CustomElement * @extends {HTMLElement} * @description Example custom element for the project. */ export class CustomElement extends HTMLElement { connectedCallback(): void; } //# sourceMappingURL=customElement.d.ts.map