declare global { interface Window { UMDCallToActionElement: typeof UMDCallToActionElement; } } export declare const ELEMENT_NAME = "umd-element-call-to-action"; export type CallToActionType = UMDCallToActionElement; export declare class UMDCallToActionElement extends HTMLElement { _shadow: ShadowRoot; _type: string; _size: string; _theme: string; 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