import { Provider } from '@angular/core';
/**
 * Provides the NgToast service for standalone applications
 * @returns An array of providers for the NgToast service
 */
export declare function provideNgToast(): Provider[];
