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

declare const Try: ReactIconComponentType;
export default Try;
            