import { FileRowActionCellProps, FileRowActionsGeneratorType, FileRowData } from '../models';
export type RowCellGeneratorType = <T extends FileRowData>(rowProps: FileRowActionCellProps<T>) => (actionsGenerator: FileRowActionsGeneratorType<T>) => JSX.Element[];
export declare const getMobileSheetCell: RowCellGeneratorType;
export declare const getActionCell: RowCellGeneratorType;
