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