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