import React from 'react';
import { EffectProps } from '../../props';
declare const NegativeEffect: React.FC<EffectProps>;
export default NegativeEffect;
