import * as React from "react"; interface TransferListItemProps { receivingAgent: string; summary: string; agentNotes: string; channelType: string; } declare const TransferListItemThemed: React.FC & Partial> & Partial>, keyof TransferListItemProps> & { theme?: import("@emotion/react").Theme; }>; export { TransferListItemThemed as TransferListItem };