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