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