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