import { ExtraInfoList } from './ExtraInfoList'; export declare class BusinessCardResult { name?: Array; title?: Array; company?: Array; department?: Array; phone?: Array; address?: Array; email?: Array; fax?: Array; postcode?: Array; website?: Array; private 'extra_info_list'?; private 'adjusted_image'?; constructor(); withName(name: Array): BusinessCardResult; withTitle(title: Array): BusinessCardResult; withCompany(company: Array): BusinessCardResult; withDepartment(department: Array): BusinessCardResult; withPhone(phone: Array): BusinessCardResult; withAddress(address: Array): BusinessCardResult; withEmail(email: Array): BusinessCardResult; withFax(fax: Array): BusinessCardResult; withPostcode(postcode: Array): BusinessCardResult; withWebsite(website: Array): BusinessCardResult; withExtraInfoList(extraInfoList: Array): BusinessCardResult; set extraInfoList(extraInfoList: Array | undefined); get extraInfoList(): Array | undefined; withAdjustedImage(adjustedImage: string): BusinessCardResult; set adjustedImage(adjustedImage: string | undefined); get adjustedImage(): string | undefined; } //# sourceMappingURL=BusinessCardResult.d.ts.map