import * as React from 'react';
import { ImgGenPlaceholderProps } from './types';
export declare function ImgGenDisplayPlaceholder({ className, alt, prompt, progress, error, classes, }: ImgGenPlaceholderProps): React.JSX.Element;
