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