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