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