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