import { Component, CustomCurrencyNumberFormat } from "../../../types"; export interface PrepaidSummaryGraphProps extends Component { customCurrencyNumberFormat?: CustomCurrencyNumberFormat; horizontal?: boolean; onNoData?: () => void; size?: string; withDataInside?: boolean; withFooter?: boolean; } export declare const PrepaidSummaryGraph: ({ hideLoader, onError, onLoadingChange, onNoData, customCurrencyNumberFormat, ...props }: PrepaidSummaryGraphProps) => import("react/jsx-runtime").JSX.Element | null;