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