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