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

declare const OpenInNew: ReactIconComponentType;
export default OpenInNew;
            