import { GetToastsOptionsDataPropsType, IToastDataState } from '../types'; export declare const getToastDataStateByStatus: ({ address, sender, status, toastId, transactionsDisplayInfo, txActionName }: GetToastsOptionsDataPropsType) => IToastDataState;