import type { StellarMemo } from "./types";
/**
 * Format stellar memo value for display.
 */
export declare const formatMemo: (extra: {
    memo?: StellarMemo | string;
}) => string | undefined;
//# sourceMappingURL=ui.d.ts.map