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