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