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