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

declare const BankIcon: ReactIconComponentType;
export default BankIcon;
            