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

declare const Check: ReactIconComponentType;
export default Check;
            