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