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

declare const RightTick: ReactIconComponentType;
export default RightTick;
            