/// <reference types="react" />
declare const ImageIcon: ({ className, }: {
    className: any;
}) => JSX.Element;
export default ImageIcon;
