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