import { Subject } from 'rxjs';
export declare class ActionSheetSubject extends Subject<any> {
    modalId: string;
    private _eventsQueue;
    constructor();
    destroy(type?: any): void;
    on(eventType: string, cb: Function): void;
}
