import type { Components, JSX } from "../types/components";

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