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