import { setDefaultButtonsText } from './use-alert'; import { UseAlertHookType } from './use-alert.types'; interface ICompoundedAlertHook extends UseAlertHookType { setDefaultButtonsText: typeof setDefaultButtonsText; } declare const _default: ICompoundedAlertHook; export default _default; export { AlertFunctionType, AlertIconType, IAlertResult, IAlertSettings, UseAlertHookType, IAlertHookResponse, } from './use-alert.types';