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