export function BankLogo({ logoType, height }: {
    logoType: any;
    height: any;
}): any;
export function ProductLogo({ productType, cardDesign }: {
    productType: any;
    cardDesign: any;
}): any;
export function StatusIcon({ status }: {
    status: any;
}): import("react/jsx-runtime").JSX.Element;
export function TypeLogo({ cardType, cardDesign }: {
    cardType: any;
    cardDesign: any;
}): any;
export function BankAxeptLogo({ bankAxept, cardDesign }: {
    bankAxept: any;
    cardDesign: any;
}): any;
