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