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