type Props = {
    customer_id?: string;
    subscription_id?: string;
    credit_grant_id?: string;
    pageSize?: number;
    onTableDataChange?: Function;
    showAdminColumns?: boolean;
    showTimeFilter?: boolean;
    source?: string;
    mode?: 'dashboard' | 'portal';
};
export default function CreditTransactionsList(rawProps: Props): JSX.Element;
export {};
