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