import { JSX } from 'react';
export declare const FilePreview: ({ imageId, file, }: {
    imageId: string;
    file: File;
}) => JSX.Element;
