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