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