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

declare const Tick: ReactIconComponentType;
export default Tick;
            