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