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