import React from 'react'; import { Currency, Lang } from '../constants/payment'; interface Props { price: string; currency: Currency; lang: Lang; merchantCode: string; publicKey: string; installmentsCount: number; } declare const TabbyProductPageWidget: React.FC; export { TabbyProductPageWidget };