import { ReactIconComponentType } from '../types';

declare const UpDownGreen: ReactIconComponentType;
export default UpDownGreen;
            