export declare const mockTransactions: {
    status: string;
    title: string;
    amount: number;
    transactionType: string;
    createdDate: string;
    showTransactionType: boolean;
}[];
