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