import * as React from 'react';
import { ImgGenDisplayProps } from './types';
export declare function ImgGenDisplay({ document, className, alt, onDelete, onRegen, onPromptEdit, classes, loading, progress, error, debug, }: ImgGenDisplayProps): React.JSX.Element;
