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