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