import { OverlayBaseController } from '@ionic/angular/common'; import type { PopoverOptions } from '@ionic/core/components'; export declare class PopoverController extends OverlayBaseController { private angularDelegate; private injector; private environmentInjector; constructor(); create(opts: PopoverOptions): Promise; }