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

declare const DebitIcon: ReactIconComponentType;
export default DebitIcon;
            