import type { WithMediaQueryInnerProps, WithMediaQueryStyleProps } from '../../../../libs/fsresponsive'; import type { FC } from 'react'; import type { OpaqueProductInstanceId } from '../../common/models/unique-props'; import type { WithConditionalProps, WithDataTextProps } from '../../frameworks/property-binding'; import type { BaseContainerProps, StandardContainerProps } from '../../models'; export interface PreStandardizedBaseProductZoneV2Props extends BaseContainerProps { instanceId?: OpaqueProductInstanceId | string; productId?: string; } export declare type BaseProductZoneV2Props = WithMediaQueryInnerProps>; export declare type ProductZoneV2Props = WithConditionalProps & WithDataTextProps, 'productId'>; export declare const ProductZoneV2: FC; export default ProductZoneV2;