///
import { JengaToastsApiToastAction } from './types';
export declare function useToastsApi(): {
readonly toast: JengaToastsApiToastAction;
readonly update: (id: import("react").Key, props: Partial) => void;
readonly remove: (id: import("react").Key) => void;
};