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