import { CheckoutProfile } from '../../../types/checkout/CheckoutProfile.type'; import { Component } from '../../Component'; interface CardUnavailableNoticeOptions { checkoutProfile: CheckoutProfile; translationFunc: (key: string) => string; } /** * Takes the place of the card fields when card capture cannot run. The block * carries no input, so a shopper is never asked to type a card number into the * merchant page. */ export declare class CardUnavailableNotice extends Component { constructor(options: CardUnavailableNoticeOptions); } export {}; //# sourceMappingURL=CardUnavailableNotice.d.ts.map