import { ClickEventEmitterUiType } from './ClickEventEmitter';
export declare const getTokenApprovePopup: (type: ClickEventEmitterUiType, isMobileUserAgent: boolean, imageUrl: string, tokenName: string | null, tokenImageUrl: string | null, scope: string | null) => string;