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