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