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