import type { Components, JSX } from "../types/components"; interface RuxIconTitle extends Components.RuxIconTitle, HTMLElement {} export const RuxIconTitle: { prototype: RuxIconTitle; new (): RuxIconTitle; };