import { SVGProps } from 'react';

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

export { Bankera as default };
