import { ComponentRef, ComponentFactory, ApplicationRef } from '@angular/core'; import { ActionSheetComponent } from './action-sheet.component'; import { ActionCallBack, ActionSheetOptions, ActionSheetWithOptions, ShareActionSheetWithOptions } from './action-sheet-options.provider'; import { PopupService } from 'ng-zorro-antd-mobile/core'; import * as i0 from "@angular/core"; export declare class ActionSheetService extends PopupService { compRef: ComponentRef; _actionSheetCompFactory: ComponentFactory; appRef: ApplicationRef; comRef: ComponentRef; instance: any; _initConfig(config: ActionSheetOptions, options?: Object): ActionSheetOptions; _open(props: ActionSheetOptions): ActionSheetComponent; createActionSheet(flag: string, config: ActionSheetWithOptions | ShareActionSheetWithOptions, callback: ActionCallBack): ActionSheetComponent; closeWithAnimation(transitionName: any, maskTransitionName: any): void; showActionSheetWithOptions(config: ActionSheetWithOptions, callback?: ActionCallBack): ActionSheetComponent; showShareActionSheetWithOptions(config: ShareActionSheetWithOptions, callback?: ActionCallBack): ActionSheetComponent; close(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }