import { SVGProps } from 'react';

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

export { FeiUsd as default };
