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