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