import { BillingAddress, Card } from '@mangopay/checkout-sdk-elements-core'; import { FieldsSet } from '../common/form'; export declare const checkIsCheckoutFormComplete: (cardFieldsSet: FieldsSet | undefined, billingAddressFieldsSet: FieldsSet | undefined, hideBillingAddress: boolean) => boolean; export default checkIsCheckoutFormComplete;