import { SVGProps } from 'react';

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

export { Factom as default };
