/// <reference types="react" />
import { Auction } from "@htsoft/aiza-sdk";
export declare const MediaPreview: ({ auction }: {
    auction: Auction;
}) => JSX.Element | null;
