import { SVGProps } from 'react';

declare const TimeNewBank: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { TimeNewBank as default };
