import { PaymentInstrument } from '@zeniai/client-epic-state'; export interface VendorAccountDetailSectionInternationalProps { paymentInstrument: PaymentInstrument; onDeleteClick: () => void; } export declare const VendorAccountDetailSectionInternational: ({ paymentInstrument, onDeleteClick, }: VendorAccountDetailSectionInternationalProps) => import("react/jsx-runtime").JSX.Element;