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