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