import { Component, CustomCurrencyNumberFormat, PrepaidItem } from "../../../types"; interface PrepaidSummaryTableVisualProps extends Component { creditsEnabled: boolean; creditsUnit: string; customCurrencyNumberFormat?: CustomCurrencyNumberFormat; grantsVersion?: boolean; prepaidCardsList?: PrepaidItem[]; } export declare const PrepaidSummaryTableVisual: ({ title, withTitle, withContainer, creditsEnabled, creditsUnit, prepaidCardsList, callToAction, customCurrencyNumberFormat, grantsVersion, }: PrepaidSummaryTableVisualProps) => import("react/jsx-runtime").JSX.Element; export {};