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