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