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