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