/// import type { AgreementCellProps } from './type'; declare function AgreementCell({ type, hasSavedCard, totalPaymentsCount, isTextShown, ...props }: AgreementCellProps): import("react").JSX.Element; export default AgreementCell;