import { RealTimeType } from './types'; import { ORIENTATIONS } from './enums'; export type RealTimeSidebarContextType = { isSidebarOpen: boolean; onAppSettingChange: (key: string, value: Record) => void; appSettings: Record>; assetKey: string; setting: string[]; realTimeTypes: RealTimeType[]; orientation: ORIENTATIONS; handleOpenCloseSidebar: (isOpen: boolean) => void; handleChangeParamToEdit: (item: string) => void; handleOpenCloseDialog: (isOpen: boolean) => void; }; declare const _default: import("react").Context; export default _default; //# sourceMappingURL=RealTimeSidebarContext.d.ts.map