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