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