/// <reference types="react" />
declare type ImageFileHandleProps = {
    fileHandleId: string;
    tableEntityConcreteType: string | undefined;
    rowId: string | undefined;
    tableId: string | undefined;
};
export declare const ImageFileHandle: (props: ImageFileHandleProps) => JSX.Element;
export {};
