import { ReactIconComponentType } from '../types';

declare const CreditIcon: ReactIconComponentType;
export default CreditIcon;
            