import type { DirectExecutionType } from '@funkit/api-base';
export declare function useReceiveAmountLabel(_: {
    directExecutionType?: DirectExecutionType | null;
    isSameToken?: boolean;
}): string;
