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