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