import { Controls, ToastType } from "../types"; declare const useToasterLogic: (incomingToasts: any, onClose: any) => [ToastType[], Controls]; export default useToasterLogic; //# sourceMappingURL=useToastLogic.d.ts.map