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