import { ChargeCardRowProps } from './ChargeCardRow'; export declare const ChargeCardRowSmall: ({ setCardIdForRowAction, setActionTypeForRowAction, cardDetail, isCardControlsEnabled, showViewForCardUser, signedInUser, resendInviteId, index, onChargeCardRowClick, onChargeCardResendInviteClick, rowActionView, revokeChargeCardsInviteFetchState, unlockChargeCardsFetchState, cardsSelectedForBulkAction, }: ChargeCardRowProps) => import("react/jsx-runtime").JSX.Element;