import { EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare type SheetState = "open" | "closed"; /** @dynamic */ export declare class BottomSheetContext { readonly dismiss: (value?: any) => void; readonly setValue: (value?: any) => void; readonly props: TProps | undefined; locked: boolean; stateChanged: EventEmitter; state: SheetState; constructor(dismiss: (value?: any) => void, setValue: (value?: any) => void, props: TProps | undefined); static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵprov: i0.ɵɵInjectableDeclaration>; }