declare global { interface Window { UMDAlertElement: typeof UMDAlertElement; } } export declare const ELEMENT_NAME = "umd-element-alert"; export type AlertType = UMDAlertElement; export declare class UMDAlertElement extends HTMLElement { _shadow: ShadowRoot; _container: HTMLDivElement | null; _defaultTime: number; constructor(); static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: string, newValue: string): void; connectedCallback(): void; } export declare const Load: () => string; //# sourceMappingURL=component.d.ts.map