import type { ProductLotteryProps, ProductLotteryHandle } from './types.js'; export declare const ProductLottery: import("react").ForwardRefExoticComponent>; declare const _default: any; export default _default; export { WinnerModal } from '../LotteryShared/WinnerModal.js'; export { RulesModal } from '../LotteryShared/RulesModal.js'; export { MyRewardsModal } from '../LotteryShared/MyRewardsModal.js'; export { ErrorModal } from '../LotteryShared/ErrorModal.js'; export { ShareModal } from '../LotteryShared/ShareModal.js'; export { BaseModal } from '../LotteryShared/BaseModal.js'; export type { ProductLotteryProps, ProductLotteryHandle, MediaConfig, CtaButtonConfig, ResponsiveMedia, MediaDrawAreaProps, } from './types.js'; export type { Prize, ChanceMethod, ChanceMethodStatus, WinningInfo, PrizePoolProps, ChanceMethodsProps, WinnerModalProps, WinnerModalConfig, UserData, ShareModalConfig, SocialPlatform, SharePlatformConfig, } from '../LotteryShared/types.js'; export type { RulesModalProps, RuleItem } from '../LotteryShared/RulesModal.js'; export type { MyRewardsModalProps, Reward, RewardStatus } from '../LotteryShared/MyRewardsModal.js'; export type { ErrorModalProps } from '../LotteryShared/ErrorModal.js'; export type { ShareModalProps } from '../LotteryShared/ShareModal.js'; export type { BaseModalProps } from '../LotteryShared/BaseModal.js';