import { SVGProps } from 'react';

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

export { Filecoin as default };
