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