import { AlertContextType } from "./types";
declare const useAlert: () => AlertContextType;
export default useAlert;
