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