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

declare const InvertColors: ReactIconComponentType;
export default InvertColors;
            