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