import { PopupMethods } from './usePopup';
interface UseAlertOptions {
    key?: string;
}
export declare function useAlert({ key }?: UseAlertOptions): PopupMethods;
export {};
