1 | import { OverlayBaseController } from '@ionic/angular/common';
|
2 | import type { ToastOptions } from '@ionic/core';
|
3 | import * as i0 from "@angular/core";
|
4 | export declare class ToastController extends OverlayBaseController<ToastOptions, HTMLIonToastElement> {
|
5 | constructor();
|
6 | static ɵfac: i0.ɵɵFactoryDeclaration<ToastController, never>;
|
7 | static ɵprov: i0.ɵɵInjectableDeclaration<ToastController>;
|
8 | }
|