import CreditCard from './CreditCard'; import type { CardSize } from './types'; export default CreditCard; export type { CardSize };