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