import type { Components, JSX } from "../types/components";

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