import { SVGProps } from "react"; declare const CreditCardIcon: (props: SVGProps) => JSX.Element; export default CreditCardIcon;