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