import type { App } from 'vue';
export declare const MediaRecorderPlugin: {
    install(app: App, _options?: any): void;
};
export default MediaRecorderPlugin;
