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