import { ActionSheetOptions } from '@ionic/core';
import { OverlayBaseController } from '../util/overlay';
import * as i0 from "@angular/core";
export declare class ActionSheetController extends OverlayBaseController<ActionSheetOptions, HTMLIonActionSheetElement> {
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetController, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ActionSheetController>;
}
