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