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