declare global { interface Window { UMDExampleElement: typeof UMDExampleElement; } } export declare const ELEMENT_NAME = "umd-element-example"; export type ExampleType = UMDExampleElement; export declare class UMDExampleElement extends HTMLElement { _shadow: ShadowRoot; constructor(); static get observedAttributes(): never[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; connectedCallback(): void; } export declare const Load: () => string; //# sourceMappingURL=component.d.ts.map