import type { Components, JSX } from "../types/components"; interface StripeLinkAuthenticationElement extends Components.StripeLinkAuthenticationElement, HTMLElement {} export const StripeLinkAuthenticationElement: { prototype: StripeLinkAuthenticationElement; new (): StripeLinkAuthenticationElement; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;