import type { WithMediaQueryInnerProps, WithMediaQueryStyleProps } from '../../../../libs/fsresponsive'; import type { FC } from 'react'; import type { OpaqueAccountPaymentMethodsInstanceId } from '../../common/models/unique-props'; import type { WithConditionalProps, WithDataTextProps } from '../../frameworks/property-binding'; import type { BaseContainerProps, StandardContainerProps } from '../../models'; interface PreStandardizedBaseAccountPaymentMethodsZoneProps extends BaseContainerProps { instanceId?: OpaqueAccountPaymentMethodsInstanceId | string; } declare type BaseAccountPaymentMethodsZoneProps = WithMediaQueryInnerProps>; export declare type AccountPaymentMethodsZoneProps = WithConditionalProps & WithDataTextProps, 'instanceId'>; export declare const AccountPaymentMethodsZone: FC; export default AccountPaymentMethodsZone;