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