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