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