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