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