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