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