import { SVGProps } from 'react';

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

export { AlphaFinanceLab as default };
