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