import type { WithMediaQueryInnerProps, WithMediaQueryStyleProps } from '../../../../libs/fsresponsive'; import type { FC } from 'react'; import type { OpaqueCartInstanceId } from '../../common/models/unique-props'; import type { WithConditionalProps, WithDataTextProps } from '../../frameworks/property-binding'; import type { BaseContainerProps, StandardContainerProps } from '../../models'; export interface PreStandardizedAddToBagTriggerProps extends BaseContainerProps { instanceId?: OpaqueCartInstanceId | string; productId?: string; variantId?: string; } export declare type BaseAddToBagTriggerProps = WithMediaQueryInnerProps>; export declare type AddToBagTriggerProps = WithConditionalProps & WithDataTextProps, 'productId' | 'variantId'>; export declare const AddToBagTrigger: FC; export default AddToBagTrigger;