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