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