import { IconProps } from '../lib';
declare function CreditCard(props: IconProps): JSX.Element;
export default CreditCard;
