import { FC, SVGProps } from 'react'; declare const IconCreditCard: FC & { fill?: string }>; export default IconCreditCard;