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