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