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