import React from 'react';
export declare const ImageIcon: React.FC<{
    className?: string;
}>;
