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