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