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