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