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