/// <reference types="react" />
declare type FileHandleLinkProps = {
    fileHandleId: string;
    redirect?: boolean;
    showDownloadIcon: boolean;
    tableEntityConcreteType: string | undefined;
    rowId: string | undefined;
    tableId: string | undefined;
    displayValue: string | undefined;
};
export declare const FileHandleLink: (props: FileHandleLinkProps) => JSX.Element;
export {};
