import { MatTableDataSource } from '@angular/material/table'; import { TableColumn } from '../paginated-table/table.model'; import { StatusBadgeColor } from '../status-badge/status-badge.component'; import * as i0 from "@angular/core"; export interface RefundHistory { refund_amount: number; refund_currency: string; refund_date: string; refund_id: number; refund_status: string; } export declare const refundStatusColor: Partial>; export declare class RefundsInfoComponent { private readonly statusLabelPipe; private _refundHistory?; set refundHistory(value: RefundHistory[] | undefined); get refundHistory(): RefundHistory[] | undefined; refundedValue?: string; isLoading: boolean; refundsDisplayedColumns: TableColumn[]; refundsInfoDataSource: MatTableDataSource; private syncRefundHistoryData; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_isLoading: unknown; }