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