declare const transactionStatusIcons: { completed: string; cancelled: string; pending: string; "under-review": string; "partially-refunded": string; refunded: string; errored: string; }; export default transactionStatusIcons;