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