import type { IAlertTop } from './alert'; /** * @see https://github.com/arnnis/react-native-toast-notifications * @returns toast */ export declare const useAlert: () => IAlertTop;