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