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

declare const ImageNotSupported: ReactIconComponentType;
export default ImageNotSupported;
            