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