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

declare const Link: ReactIconComponentType;
export default Link;
            