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