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