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