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

declare const BrowserNotSupported: ReactIconComponentType;
export default BrowserNotSupported;
            