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