import React from 'react'; import { ButtonCellsProps } from './types'; /** * ButtonCells component render cells with download and delete buttons * @param {ButtonCellsProps} props - Props of component * @returns {React.ReactElement | null} Cells with download and delete buttons */ export declare const ButtonCells: { (props: ButtonCellsProps): React.ReactElement React.ReactElement React.Component)> | null) | (new (props: any) => React.Component)> | null; displayName: string; };