import { SVGProps } from 'react'; declare const Factom: (props: SVGProps) => JSX.Element; export { Factom as default };