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