import { SVGProps } from 'react';

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

export { Sibcoin as default };
