type TransactionsListProps = {
    savingsId?: string;
    recordsPerPage?: number;
    limit?: number;
    showScrollIndicator?: boolean;
    contentContainerStyle?: any;
    scrollEnabled?: boolean;
    showTabs?: boolean;
    useHistoryEndpoint?: boolean;
};
declare const TransactionsList: ({ savingsId, recordsPerPage, limit, showScrollIndicator, contentContainerStyle, scrollEnabled, showTabs, useHistoryEndpoint, }: TransactionsListProps) => import("react/jsx-runtime").JSX.Element;
export default TransactionsList;
