export declare function getIconFromBrandCode(brandCode: string): string;
export declare const getBrandByCardNumber: (cardNumber: string) => string;
