import { FileRowData } from '../models';
export interface FileUserCellProps {
    row: FileRowData;
}
export declare const FileUserCell: React.FC<FileUserCellProps>;
