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