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