import { StoreType } from '../../store/store.types'; export declare const toastsSliceSelector: ({ toasts }: StoreType) => import("../slices/toast/toastSlice.types").ToastsSliceType; export declare const customToastsSelector: ({ toasts }: StoreType) => import("../slices/toast/toastSlice.types").CustomToastType[]; export declare const transactionToastsSelector: ({ toasts }: StoreType) => import("../slices/toast/toastSlice.types").ITransactionToast[];