import { RemiTabType } from '@zeniai/client-epic-state'; import { ReimbursementRowProps } from './ReimbursementRow'; export interface ReimbursementRowSmallProps extends ReimbursementRowProps { currentTab: RemiTabType; } export declare const ReimbursementRowSmall: ({ reimbursementDetail, tagStatus, currentTab, isProcessing, isSelected, bulkSelectFormId, isBulkSelectionLimitReached, isSelectionMode, reportTitleAdditionalInfo, date, approvers, deletionAdditionalInfo, onTransactionRowClick, }: ReimbursementRowSmallProps) => import("react/jsx-runtime").JSX.Element;