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