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