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