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