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