import type { Components, JSX } from "../types/components"; interface RuxTableRow extends Components.RuxTableRow, HTMLElement {} export const RuxTableRow: { prototype: RuxTableRow; new (): RuxTableRow; };