import * as React from 'react';
import { ImgGenErrorProps } from './types';
export declare function ImgGenError({ message, className, classes }: ImgGenErrorProps): React.JSX.Element;
