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