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