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