import type { WithMediaQueryInnerProps, WithMediaQueryStyleProps } from '../../../../libs/fsresponsive'; import React from 'react'; import type { FC } from 'react'; import type { OpaqueContentInstanceId } from '../../common/models/unique-props'; import type { WithConditionalProps } from '../../frameworks/property-binding'; import type { BaseContainerProps, StandardContainerProps } from '../../models'; export interface PreStandardizedBaseContentModelZoneV2Props extends BaseContainerProps { instanceId?: OpaqueContentInstanceId | string; contentEntryId?: string; } export declare type BaseContentModelZoneV2Props = WithMediaQueryInnerProps>; export declare type ContentModelZoneV2Props = WithConditionalProps & WithMediaQueryStyleProps; export declare const BaseContentModelZoneV2: React.NamedExoticComponent; export declare const ContentModelZoneV2: FC; export default ContentModelZoneV2;