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

declare const UpDown: ReactIconComponentType;
export default UpDown;
            