import { Props } from './props'; export declare const CreditCard: ({ cardNumber, cardHolderName, expiry, cvc, isBackVisible, cardType, customTheme, customCardThemes, labels, placeholders, flipAnimation, useCustomFlipCard, autoDetectCardType, }: Props) => import("react/jsx-runtime").JSX.Element;