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