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