import { SVGProps } from 'react';

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

export { Santiment as default };
