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