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