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