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