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