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