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