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