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