// @ts-nocheck import { Observable } from "rxjs"; export declare class RecorderElement { initRecording: (type: string, panelId?: string) => any; onRecordedData: () => Observable; constructor(); private _initRecording; private _onRecordedData; }