import type { FC } from 'react'; export interface ProductProviderV2Props { instanceId?: string; productId?: string; } export declare const ProductProviderV2: FC;