declare const PaymentCardScanner: any; export declare function scan(topText: string, bottomText: string, topTextFont: string, bottomTextFont: string): Promise; export default PaymentCardScanner;