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