import * as i0 from "@angular/core";
export declare class ToastLoadingService {
    showToast: boolean;
    constructor();
    mostrar(): void;
    ocultar(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ToastLoadingService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ToastLoadingService>;
}
