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